python312Packages.jsonargparse: 4.33.2 -> 4.34.0
Diff: https://github.com/omni-us/jsonargparse/compare/refs/tags/v4.33.2...v4.34.0 Changelog: https://github.com/omni-us/jsonargparse/blob/4.34.0/CHANGELOG.rst
This commit is contained in:
parent
70e17e37ba
commit
b8e8cd93f3
@ -23,7 +23,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonargparse";
|
||||
version = "4.33.2";
|
||||
version = "4.34.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
owner = "omni-us";
|
||||
repo = "jsonargparse";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-yY/j4UwAoe/qQjBQXgFSrv2BX7DB5EyGCdVYoioyKr8=";
|
||||
hash = "sha256-dj2539vTmzsGNvHqjsCzqo2sqOh2ink8Ut4Mi0qCDzI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user