Fabian Affolter
2025-05-21 12:57:19 +02:00
parent c4007b0cdf
commit 253ec628f6
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "jsonargparse";
version = "4.39.0";
version = "4.40.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "jsonargparse";
tag = "v${version}";
hash = "sha256-MarJ1lTIZa7FyT/y/o/iBSwtqTXXrVXRWp7yk6lH0dM=";
hash = "sha256-2FEFAFEi+IRvFbFwto0YKJ/1JdSjb4kbTm1n9t/Ix4Y=";
};
build-system = [ setuptools ];