Merge pull request #297825 from fabaff/jsonargparse-bump

python311Packages.jsonargparse: 4.27.6 -> 4.27.7
This commit is contained in:
Fabian Affolter 2024-03-22 08:13:32 +01:00 committed by GitHub
commit d742e19592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "jsonargparse";
version = "4.27.6";
version = "4.27.7";
pyproject = true;
disabled = pythonOlder "3.11";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "jsonargparse";
rev = "refs/tags/v${version}";
hash = "sha256-N34DRWty3QiXDPpHGUvLpQXtU4TQHxI32rizcwQdHBU=";
hash = "sha256-JWa08jCdtP9xwLaTYw0024DogDC0WQvKZ8xRDTEhsvE=";
};
nativeBuildInputs = [