python3Packages.netbox-dns: 1.3.4 -> 1.3.5 (#430407)
This commit is contained in:
commit
013a936cac
@ -7,14 +7,14 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "netbox-plugin-dns";
|
pname = "netbox-plugin-dns";
|
||||||
version = "1.3.4";
|
version = "1.3.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "peteeckel";
|
owner = "peteeckel";
|
||||||
repo = "netbox-plugin-dns";
|
repo = "netbox-plugin-dns";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-Tk+Kzcve7jtJ8UyKdNUoNzct8AxOkZ84g/eg/vX1FEc=";
|
hash = "sha256-7Ej+YDpV/irXUujDsgNnhpFdKduT/ALXvjQjyb9PLOA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user