python3Packages.jsonargparse: 4.40.2 -> 4.41.0

This commit is contained in:
R. Ryantm
2025-09-09 13:20:08 +00:00
parent dd1b384c12
commit b86a67bdd4
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "jsonargparse";
version = "4.40.2";
version = "4.41.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "jsonargparse";
tag = "v${version}";
hash = "sha256-3Zs2F46tGcvIF9UOGI/P079BZLJJyEyP9LDPRfvSk4E=";
hash = "sha256-uNgtxQuAkOB651lbPPWQg0p4T8G1dgFbx/EyO/sJSjs=";
};
build-system = [ setuptools ];