python3Packages.netbox-attachments: 9.0.0 -> 10.0.1

https://github.com/Kani999/netbox-attachments/releases/tag/v10.0.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:37 +01:00
parent da17d0a4eb
commit e8cc33041a
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-attachments";
version = "9.0.0";
version = "10.0.1";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Kani999";
repo = "netbox-attachments";
tag = version;
hash = "sha256-lm1+MWDT9N6Y+Uf1t3jTrFRF8jRy86JNdZSL1RQO7cw=";
tag = "v${version}";
hash = "sha256-ZsK6RKYkfzn6YSS9ern9QxLsRdcwzt8BmMdYGJTMOKM=";
};
build-system = [ setuptools ];