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

python311Packages.pyprecice: 2.5.0.4 -> 3.0.0.0

authored by OTABI Tomoya and committed by GitHub f5a4d49b 8ecf0994

+2 -2
+2 -2
pkgs/development/python-modules/pyprecice/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pyprecice"; 14 - version = "2.5.0.4"; 14 + version = "3.0.0.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "precice"; 21 21 repo = "python-bindings"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-Nau4ytOSv5WOly/hbHO2M6Rgx1ileJrzfCfNJFnwVaw="; 23 + hash = "sha256-iW3Mll28Z3Ew+eIJxeF1HR7JhVhXs9FiYaAb5TwYSpg="; 24 24 }; 25 25 26 26 nativeBuildInputs = [