python313Packages.netbox-topology-views: 4.2.1 -> 4.3.0

Release notes: https://github.com/netbox-community/netbox-topology-views/releases/tag/v4.3.0
Full changelog: https://github.com/netbox-community/netbox-topology-views/compare/v4.2.1...v4.3.0
This commit is contained in:
transcaffeine 2025-06-23 23:09:40 +02:00
parent ef18f66627
commit a861a2d60e
No known key found for this signature in database
GPG Key ID: 03624C433676E465

View File

@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-topology-views";
version = "4.2.1";
version = "4.3.0";
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-ysupqyRFOKVa+evNbfSdW2W57apI0jVEU92afz6+AaE=";
hash = "sha256-K8hG2M8uWPk9+7u21z+hmedOovievkMNpn3p7I4+6t4=";
};
build-system = [ setuptools ];