Fabian Affolter 2024-06-19 09:12:28 +02:00
parent 4eb5dacee9
commit 4a322373df

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-gvm";
version = "24.3.0";
version = "24.6.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "python-gvm";
rev = "refs/tags/v${version}";
hash = "sha256-GIEsP8+RJMIehsBbZWpIRXCdqxm042lPbYTHY7/fknM=";
hash = "sha256-4Wa8O6kt4FsQk6VvE1dCdl9hQReO3YCf/4hTGcGaQxE=";
};
build-system = [ poetry-core ];