python3Packages.netbox-attachments: 10.0.1 -> 11.0.0b2

This commit is contained in:
R. Ryantm
2026-03-02 11:23:25 +00:00
parent e016450b08
commit 53bbfae4b9
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-attachments";
version = "10.0.1";
version = "11.0.0b2";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Kani999";
repo = "netbox-attachments";
tag = "v${version}";
hash = "sha256-ZsK6RKYkfzn6YSS9ern9QxLsRdcwzt8BmMdYGJTMOKM=";
hash = "sha256-TaEzYUhuBBXYoCmB6bY/1n8KzyaXNbOMRGiDbMDroLw=";
};
build-system = [ setuptools ];