python3Packages.python-gvm: 26.2.1 -> 26.4.0

This commit is contained in:
R. Ryantm
2025-07-17 13:22:59 +00:00
parent 74fde3b350
commit ca4e22187b
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-gvm";
version = "26.2.1";
version = "26.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "python-gvm";
tag = "v${version}";
hash = "sha256-rYUqWuAnbT5XAvUJx0D7y9I0w8z8/jhvwAFtxCL/iGw=";
hash = "sha256-AIF5oq1eNkasgXV2v+9ofqjGwiivQv+rO12LuzN7PN8=";
};
build-system = [ poetry-core ];