Skip to content

Commit 7757786

Browse files
authored
python313Packages.jsonargparse: 4.37.0 -> 4.38.0 (#393471)
2 parents ac510c0 + 5ed3d6a commit 7757786

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/jsonargparse

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/jsonargparse/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
buildPythonPackage rec {
2626
pname = "jsonargparse";
27-
version = "4.37.0";
27+
version = "4.38.0";
2828
pyproject = true;
2929

3030
disabled = pythonOlder "3.11";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
3333
owner = "omni-us";
3434
repo = "jsonargparse";
3535
tag = "v${version}";
36-
hash = "sha256-ApM4M4VMAvhrZ2KFk7js3snBx+hV5xzufGFuuN14iQM=";
36+
hash = "sha256-DrziZ+zkfWYP0NqWNJvOaKnkRE/Qf5ENoHmvXW/5WEw=";
3737
};
3838

3939
build-system = [ setuptools ];

0 commit comments

Comments
 (0)