Skip to content

Commit

Permalink
python312Packages.jsonargparse: 4.34.1 -> 4.35.0 (#365650)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 17, 2024
2 parents 914dd2a + 7e69170 commit a6696c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jsonargparse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "jsonargparse";
version = "4.34.1";
version = "4.35.0";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "jsonargparse";
rev = "refs/tags/v${version}";
hash = "sha256-clqQGb9IC1PeySvssbo5fF+MU9W/oDnwiDsPeV5InNA=";
hash = "sha256-+gxwajChbdcsIa8Jp0iva3ik5vZeMRa38KuoQwIGNoU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit a6696c8

Please sign in to comment.