python3Packages.python-gvm: 26.5.0 -> 26.6.0

This commit is contained in:
R. Ryantm
2025-09-11 06:16:30 +00:00
parent 7c05be024d
commit 5494b66ab9

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-gvm"; pname = "python-gvm";
version = "26.5.0"; version = "26.6.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone"; owner = "greenbone";
repo = "python-gvm"; repo = "python-gvm";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-9OSL7Li95p79P1+8yViI/pV/nLwuk580/6Be99+DTWU="; hash = "sha256-n/FYPCJ0Fw2WBLA6dAYUzgwDlol1DRgbCywsvMARTWE=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];