python3Packages.jsonargparse: 4.40.2 -> 4.41.0 (#441470)

authored by Fabian Affolter and committed by GitHub b789f685 5594b662

+3 -3
+3 -3
pkgs/development/python-modules/jsonargparse/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "jsonargparse"; 27 - version = "4.40.2"; 27 + version = "4.41.0"; 28 28 pyproject = true; 29 29 30 30 disabled = pythonOlder "3.11"; ··· 33 33 owner = "omni-us"; 34 34 repo = "jsonargparse"; 35 35 tag = "v${version}"; 36 - hash = "sha256-3Zs2F46tGcvIF9UOGI/P079BZLJJyEyP9LDPRfvSk4E="; 36 + hash = "sha256-uNgtxQuAkOB651lbPPWQg0p4T8G1dgFbx/EyO/sJSjs="; 37 37 }; 38 38 39 39 build-system = [ setuptools ]; ··· 82 82 meta = with lib; { 83 83 description = "Module to implement minimal boilerplate CLIs derived from various sources"; 84 84 homepage = "https://github.com/omni-us/jsonargparse"; 85 - changelog = "https://github.com/omni-us/jsonargparse/blob/v${version}/CHANGELOG.rst"; 85 + changelog = "https://github.com/omni-us/jsonargparse/blob/${src.tag}/CHANGELOG.rst"; 86 86 license = licenses.mit; 87 87 maintainers = with maintainers; [ fab ]; 88 88 };