python3Packages.netbox-topology-views: 4.1.0 -> 4.2.0

https://github.com/netbox-community/netbox-topology-views/releases/tag/v4.2.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:14 +01:00
parent 87c3740ba4
commit 45c685f9bf
@@ -8,7 +8,7 @@
}:
buildPythonPackage rec {
pname = "netbox-topology-views";
version = "4.1.0";
version = "4.2.0";
pyproject = true;
disabled = pythonAtLeast "3.13";
@@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox-topology-views";
rev = "v${version}";
hash = "sha256-4ehIF6r4fCgBAaHImzofdQIywtD7ITQFP6DkHXHKMro=";
tag = "v${version}";
hash = "sha256-aNeOAwO/5qEfecq7WM8oJB7gw/Ee8kaUH/S4loPhlY4=";
};
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = {
description = "Netbox plugin for generate topology views/maps from your devices";
homepage = "https://github.com/netbox-community/netbox-topology-views";
changelog = "https://github.com/netbox-community/netbox-topology-views/releases/tag/${src.rev}";
changelog = "https://github.com/netbox-community/netbox-topology-views/releases/tag/${src.tag}";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ felbinger ];