python3Packages.netbox-interface-synchronization: 4.1.6 -> 4.1.7

This commit is contained in:
R. Ryantm
2025-06-03 10:59:34 +00:00
parent db6553cfc3
commit 73afdf4c7e
@@ -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 ];