python3Packages.netbox-contract: 2.3.2 -> 2.4.0 (#406278)

authored by

Wolfgang Walther and committed by
GitHub
1f09afa3 d67ee978

+3 -3
+3 -3
pkgs/development/python-modules/netbox-contract/default.nix
··· 10 }: 11 buildPythonPackage rec { 12 pname = "netbox-contract"; 13 - version = "2.3.2"; 14 pyproject = true; 15 16 disabled = pythonAtLeast "3.13"; ··· 19 owner = "mlebreuil"; 20 repo = "netbox-contract"; 21 tag = "v${version}"; 22 - hash = "sha256-e3N0m+oj2CMUXwI4dF/tXA+Lz+9+ZlbJAy+zHoRDNtw="; 23 }; 24 25 build-system = [ setuptools ]; ··· 43 meta = { 44 description = "Contract plugin for netbox"; 45 homepage = "https://github.com/mlebreuil/netbox-contract"; 46 - changelog = "https://github.com/mlebreuil/netbox-contract/releases/tag/${src.rev}"; 47 license = lib.licenses.mit; 48 platforms = lib.platforms.linux; 49 maintainers = with lib.maintainers; [ felbinger ];
··· 10 }: 11 buildPythonPackage rec { 12 pname = "netbox-contract"; 13 + version = "2.4.0"; 14 pyproject = true; 15 16 disabled = pythonAtLeast "3.13"; ··· 19 owner = "mlebreuil"; 20 repo = "netbox-contract"; 21 tag = "v${version}"; 22 + hash = "sha256-duA53cuJ3q6CRp239xNMXQhGZHGn7IBIGNLoxt7hZh8="; 23 }; 24 25 build-system = [ setuptools ]; ··· 43 meta = { 44 description = "Contract plugin for netbox"; 45 homepage = "https://github.com/mlebreuil/netbox-contract"; 46 + changelog = "https://github.com/mlebreuil/netbox-contract/releases/tag/${src.tag}"; 47 license = lib.licenses.mit; 48 platforms = lib.platforms.linux; 49 maintainers = with lib.maintainers; [ felbinger ];