python3Packages.netbox-topology-views: 4.5.0 -> 4.5.1 (#479304)

This commit is contained in:
Felix Bargfeldt
2026-05-01 14:15:06 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-topology-views";
version = "4.5.0";
version = "4.5.1";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "netbox-community";
repo = "netbox-topology-views";
tag = "v${version}";
hash = "sha256-1KEkNfo++lX0uF0xS9JOyG7dQBQYYo2cSGkjicJ5+vE=";
hash = "sha256-uKxIu8IPeEwBdRbtQaLWGwLnxvFyJ5FrScsU/ufyTuM=";
};
build-system = [ setuptools ];