Skip to content

Commit

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

python311Packages.pyprecice: 3.0.0.0 -> 3.1.0
  • Loading branch information
NickCao authored Apr 14, 2024
2 parents ea6c376 + 86f8ba3 commit 0132930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyprecice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "pyprecice";
version = "3.0.0.0";
version = "3.1.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "precice";
repo = "python-bindings";
rev = "refs/tags/v${version}";
hash = "sha256-iW3Mll28Z3Ew+eIJxeF1HR7JhVhXs9FiYaAb5TwYSpg=";
hash = "sha256-5K6oVBhR6mBdkyOb/Ec0qg9x63tkoTnLIrE8dz8oCtc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0132930

Please sign in to comment.