Skip to content

Commit

Permalink
Merge pull request #283897 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.geometric

python311Packages.geometric: 1.0.1 -> 1.0.2
  • Loading branch information
markuskowa authored Jan 26, 2024
2 parents 782e778 + 13764a1 commit e49dc53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/geometric/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "geometric";
version = "1.0.1";
version = "1.0.2";
format = "setuptools";

src = fetchFromGitHub {
owner = "leeping";
repo = "geomeTRIC";
rev = version;
hash = "sha256-3d4z1n8+e0HgdeKLNSsHLb3XHOk09uy+gP9AwNvNITE=";
rev = "refs/tags/${version}";
hash = "sha256-DmrKLVQrPQDzTMxqEImnvRr3Wb2R3+hxtDVCN9XUcFM=";
};

patches = [ (fetchpatch {
Expand Down

0 comments on commit e49dc53

Please sign in to comment.