python3Packages.netbox-attachments: 11.1.0 -> 11.2.1 (#518163)

This commit is contained in:
Sandro
2026-05-17 19:47:04 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "netbox-attachments";
version = "11.1.0";
version = "11.2.1";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -19,7 +19,7 @@ buildPythonPackage (finalAttrs: {
owner = "Kani999";
repo = "netbox-attachments";
tag = "v${finalAttrs.version}";
hash = "sha256-xe5p2PaLI+PBkQohmueth32BOQ7u9ZOCllq/WByAu6c=";
hash = "sha256-vljF55gYykxHnitYoag9G8PzAxjRe4YpPmu8gGMNMd8=";
};
build-system = [ setuptools ];