python3Packages.netbox-dns: 1.4.4 -> 1.4.6 (#473704)

This commit is contained in:
Gergő Gutyina
2026-01-09 13:49:54 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "netbox-plugin-dns";
version = "1.4.4";
version = "1.4.6";
pyproject = true;
src = fetchFromGitHub {
owner = "peteeckel";
repo = "netbox-plugin-dns";
tag = version;
hash = "sha256-166DFPSF1f0YF0T2bTEkmyI4M6PgBfimYyZX7fnNfrI=";
hash = "sha256-+7I3Kahh2LtOytTg/vb8bFVubGbWMwfKUMUsUpApqGE=";
};
build-system = [ setuptools ];