python3Packages.netbox-contract: 2.4.3 -> 2.4.4 (#481692)

This commit is contained in:
Nick Cao
2026-01-20 22:02:49 +00:00
committed by GitHub
@@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
pname = "netbox-contract";
version = "2.4.3";
version = "2.4.4";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mlebreuil";
repo = "netbox-contract";
tag = "v${version}";
hash = "sha256-6xJ/c2VsAL2WlV/djbYeZIZ1FHWCtHy+UC3U4cMSIZA=";
hash = "sha256-3kjxy6gkhqYrWvl/gbeAxb8m8r3Dihas9cDf50NQMC4=";
};
build-system = [ setuptools ];