python312Packages.python-gvm: 24.12.0 -> 25.1.1

This commit is contained in:
R. Ryantm
2025-01-27 02:57:54 +00:00
parent 798f303659
commit a619c14992
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-gvm";
version = "24.12.0";
version = "25.1.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "python-gvm";
tag = "v${version}";
hash = "sha256-6K9Gv2ycQuCeH5GxtRfpwRqTQxpuqRZC82EvQCFSX4k=";
hash = "sha256-z78JnyAyWqNqFGuauIXitPO0D0WtHicBlD6Jno4G74Y=";
};
build-system = [ poetry-core ];