0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

This commit is contained in:
Wolfgang Walther 2025-06-01 12:41:56 +00:00 committed by GitHub
commit 1f09afa31e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-contract";
version = "2.3.2";
version = "2.4.0";
pyproject = true;
disabled = pythonAtLeast "3.13";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "mlebreuil";
repo = "netbox-contract";
tag = "v${version}";
hash = "sha256-e3N0m+oj2CMUXwI4dF/tXA+Lz+9+ZlbJAy+zHoRDNtw=";
hash = "sha256-duA53cuJ3q6CRp239xNMXQhGZHGn7IBIGNLoxt7hZh8=";
};
build-system = [ setuptools ];
@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = {
description = "Contract plugin for netbox";
homepage = "https://github.com/mlebreuil/netbox-contract";
changelog = "https://github.com/mlebreuil/netbox-contract/releases/tag/${src.rev}";
changelog = "https://github.com/mlebreuil/netbox-contract/releases/tag/${src.tag}";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ felbinger ];