python3Packages.python-gvm: 26.9.0 -> 26.9.1

This commit is contained in:
R. Ryantm
2026-01-24 16:30:08 +00:00
parent a4e35412aa
commit 27df624d28
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-gvm";
version = "26.9.0";
version = "26.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "python-gvm";
tag = "v${finalAttrs.version}";
hash = "sha256-9aqX6/Xb0E4+Ar95NwaCXxPTF0m9zLgzQSSacQqaPyc=";
hash = "sha256-ZClhWPo0Tnx62RE/YzADq2QmUnpWdPBX98IIXK0sfOA=";
};
build-system = [ poetry-core ];