python3Packages.netbox-contract: 2.4.5 -> 2.4.6

This commit is contained in:
R. Ryantm
2026-06-02 00:45:56 +00:00
parent 40a5199b4d
commit 96ba26bdc4
@@ -11,7 +11,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "netbox-contract";
version = "2.4.5";
version = "2.4.6";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: {
owner = "mlebreuil";
repo = "netbox-contract";
tag = "v${finalAttrs.version}";
hash = "sha256-+6dw8vPDNItZRfExL0C5ul2XghoToMHotEAH90B3CmE=";
hash = "sha256-e8DYjU2UtlWu044e4b5eJWOA/fXDRKLl5AVtaepG0sg=";
};
build-system = [ setuptools ];