python312Packages.pyprecice: 3.0.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-04-12 14:39:07 +00:00
parent feeff83e61
commit 98a1ba07bf

View File

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