python312Packages.gvm-tools: 25.1.1 -> 25.2.0 (#382200)

This commit is contained in:
Fabian Affolter
2025-02-15 09:20:48 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "gvm-tools";
version = "25.1.1";
version = "25.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "gvm-tools";
tag = "v${version}";
hash = "sha256-2IE2Nxz0EBWlbL09XgA/AtfFi9gOE/VSMZmb5Op+clY=";
hash = "sha256-WWt/wWuni1rf2A3ggzbVF6l2ApDHm5Z5TBk5UWseo74=";
};
__darwinAllowLocalNetworking = true;
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection of APIs that help with remote controlling a Greenbone Security Manager";
homepage = "https://github.com/greenbone/gvm-tools";
changelog = "https://github.com/greenbone/gvm-tools/releases/tag/v${version}";
changelog = "https://github.com/greenbone/gvm-tools/releases/tag/${src.tag}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};