python3Packages.python-gvm: 26.4.0 -> 26.5.0 (#435299)

This commit is contained in:
Nick Cao
2025-08-20 17:41:44 -04:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-gvm";
version = "26.4.0";
version = "26.5.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "python-gvm";
tag = "v${version}";
hash = "sha256-AIF5oq1eNkasgXV2v+9ofqjGwiivQv+rO12LuzN7PN8=";
hash = "sha256-9OSL7Li95p79P1+8yViI/pV/nLwuk580/6Be99+DTWU=";
};
build-system = [ poetry-core ];