Merge pull request #250201 from r-ryantm/auto-update/python310Packages.pyprecice

python310Packages.pyprecice: 2.5.0.3 -> 2.5.0.4
This commit is contained in:
OTABI Tomoya 2023-08-21 15:41:31 +09:00 committed by GitHub
commit 885cbecd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyprecice";
version = "2.5.0.3";
version = "2.5.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "precice";
repo = "python-bindings";
rev = "refs/tags/v${version}";
hash = "sha256-SIuv3VUpEit1ed+4AEPx59bGTDfoQYcAgO1PnVb+9VM=";
hash = "sha256-Nau4ytOSv5WOly/hbHO2M6Rgx1ileJrzfCfNJFnwVaw=";
};
nativeBuildInputs = [