python3Packages.netbox-dns: 1.4.6 -> 1.5.7 (#478950)

This commit is contained in:
Felix Bargfeldt
2026-05-01 14:16:08 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "netbox-plugin-dns";
version = "1.4.6";
version = "1.5.7";
pyproject = true;
src = fetchFromGitHub {
owner = "peteeckel";
repo = "netbox-plugin-dns";
tag = version;
hash = "sha256-+7I3Kahh2LtOytTg/vb8bFVubGbWMwfKUMUsUpApqGE=";
hash = "sha256-0H6ZFyPAoX7PuXQg95Y8uAVRnwZmLUVGe7W6ONVHJ/M=";
};
build-system = [ setuptools ];