Merge pull request #289210 from r-ryantm/auto-update/python311Packages.pyprecice

python311Packages.pyprecice: 2.5.0.4 -> 3.0.0.0
This commit is contained in:
OTABI Tomoya 2024-02-16 21:17:44 +09:00 committed by GitHub
commit f5a4d49bfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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