python3Packages.jsonargparse: 4.41.0 -> 4.42.0

This commit is contained in:
R. Ryantm
2025-10-16 09:23:45 +00:00
parent 618448e31f
commit c358c80f2e
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "jsonargparse";
version = "4.41.0";
version = "4.42.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "jsonargparse";
tag = "v${version}";
hash = "sha256-uNgtxQuAkOB651lbPPWQg0p4T8G1dgFbx/EyO/sJSjs=";
hash = "sha256-M6CEUDf6JcjZWRBoHfVyFmX9ZV8xsB7illoBk0YzZs0=";
};
build-system = [ setuptools ];