python312Packages.netbox-documents: 0.7.1 -> 0.7.2 (#374356)

This commit is contained in:
Sandro
2025-04-15 15:03:49 +02:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "netbox-documents";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jasonyates";
repo = "netbox-documents";
tag = "v${version}";
hash = "sha256-DfkY/VX2hQR0JZ08IiwWxgZ1owyuX4ytB6bmEyzlx0c=";
hash = "sha256-AJuWzZSVsodShLIfdlhLN8ycnC28DULcINCD3av35jI=";
};
build-system = [ setuptools ];