Merge pull request #288546 from fabaff/jsonargparse-bump

python311Packages.jsonargparse: 4.27.4 -> 4.27.5
This commit is contained in:
Nick Cao
2024-02-13 11:44:41 -05:00
committed by GitHub
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "jsonargparse";
version = "4.27.4";
version = "4.27.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "jsonargparse";
rev = "refs/tags/v${version}";
hash = "sha256-MzcFsH1PyDAnPBEELHLRKfD3TR01INDFIvHc1y3dbng=";
hash = "sha256-MSvgOF/5X78HSSRvv1TBmaYZgcUVMKGaHfzXu3lIGVY=";
};
nativeBuildInputs = [