python3Packages.jsonargparse: 4.42.0 -> 4.43.0

This commit is contained in:
R. Ryantm
2025-11-13 23:56:05 +00:00
parent 61630d4ab5
commit cf58486d7b
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "jsonargparse";
version = "4.42.0";
version = "4.43.0";
pyproject = true;
src = fetchFromGitHub {
owner = "omni-us";
repo = "jsonargparse";
tag = "v${version}";
hash = "sha256-M6CEUDf6JcjZWRBoHfVyFmX9ZV8xsB7illoBk0YzZs0=";
hash = "sha256-hKvzdkblQ11E++ZQoZg150Kjt06wDn+gSLrH429Sg+4=";
};
build-system = [ setuptools ];