python312Packages.netbox-interface-synchronization: 4.1.4 -> 4.1.5

This commit is contained in:
Nico Felbinger
2025-01-22 19:32:43 +01:00
parent 524e0495a4
commit e2a89ce64d
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
attrs,
django,
netaddr,
netbox,
@@ -10,20 +9,19 @@
}:
buildPythonPackage rec {
pname = "netbox-interface-synchronization";
version = "4.1.4";
version = "4.1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "NetTech2001";
repo = "netbox-interface-synchronization";
tag = version;
hash = "sha256-ikorJa5kCaVfxXsr8PSzuBME3PUc+UM+VDcq82WtDVs=";
hash = "sha256-Elk2/Ddm6kOfT4/ISEIXjACypmDxf8dAoZiWGSylHz4=";
};
build-system = [ setuptools ];
dependencies = [
attrs
django
netaddr
];