python3Packages.netbox-interface-synchronization: 4.1.6 -> 4.1.7 (#413560)

This commit is contained in:
Sandro
2025-07-25 01:24:39 +02:00
committed by GitHub
@@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
pname = "netbox-interface-synchronization";
version = "4.1.6";
version = "4.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "NetTech2001";
repo = "netbox-interface-synchronization";
tag = version;
hash = "sha256-scsNigSqKWeauAyIDxDzwbgtl3rM5CGBCCmVj/98w84=";
hash = "sha256-02fdfE1BwpWsh21M0oP65kMAbFxDxYHsAEWA64rUl18=";
};
build-system = [ setuptools ];