python3Packages.jsonargparse: 4.43.0 -> 4.44.0 (#465566)

This commit is contained in:
Fabian Affolter
2025-11-27 15:03:23 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "jsonargparse";
version = "4.43.0";
version = "4.44.0";
pyproject = true;
src = fetchFromGitHub {
owner = "omni-us";
repo = "jsonargparse";
tag = "v${version}";
hash = "sha256-hKvzdkblQ11E++ZQoZg150Kjt06wDn+gSLrH429Sg+4=";
hash = "sha256-VcCfoWT54/SGPYBOTLJuyX4507HMqwrZMQbUt0sN0Wg=";
};
build-system = [ setuptools ];