python3Packages.pyprecice: 3.3.1 -> 3.4.0

This commit is contained in:
R. Ryantm
2026-04-08 11:41:47 +00:00
parent 717151106d
commit 38ce1571aa
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pyprecice";
version = "3.3.1";
version = "3.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "precice";
repo = "python-bindings";
tag = "v${version}";
hash = "sha256-NkTrMZ7UKB5O2jIlhLhgkOm8ZeWJA1FoursA1df7XOk=";
hash = "sha256-fKpedgdgXTRVHcTdU996xbIi/b2GlCued8xnL41KHVg=";
};
build-system = [