python3Packages.netbox-dns: 1.5.10 -> 1.5.11

This commit is contained in:
R. Ryantm
2026-08-01 01:27:12 +00:00
parent f42beef4f1
commit b16538e8d7
@@ -7,7 +7,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "netbox-plugin-dns";
version = "1.5.10";
version = "1.5.11";
pyproject = true;
__structuredAttrs = true;
@@ -15,7 +15,7 @@ buildPythonPackage (finalAttrs: {
owner = "peteeckel";
repo = "netbox-plugin-dns";
tag = finalAttrs.version;
hash = "sha256-wxTW/qiwp+1CXUeCDJnllEW2oCTjlFVUot7JfWPooaw=";
hash = "sha256-9YMUrxqjyp9qixETAf/MpSTKO4HnItPH1qQ1MqGPcv4=";
};
build-system = [ setuptools ];