python3Packages.netbox-dns: 1.5.8 -> 1.5.9

This commit is contained in:
R. Ryantm
2026-06-07 00:48:09 +00:00
parent 38d9adc8ca
commit f7881b495b
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "netbox-plugin-dns";
version = "1.5.8";
version = "1.5.9";
pyproject = true;
src = fetchFromGitHub {
owner = "peteeckel";
repo = "netbox-plugin-dns";
tag = version;
hash = "sha256-IV7/YQ/IhoKH9JJU4eZwmSrj3zB9nRcqko8HA1gtMgg=";
hash = "sha256-yWOoYQm5XQs8j2DWs1UAaT9LwI61TKHjfOdjRn6UtJA=";
};
build-system = [ setuptools ];