Merge pull request #282800 from r-ryantm/auto-update/python311Packages.gvm-tools

python311Packages.gvm-tools: 23.11.0 -> 24.1.0
This commit is contained in:
Nick Cao 2024-01-22 10:03:15 -05:00 committed by GitHub
commit 357c900139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "gvm-tools";
version = "23.11.0";
version = "24.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ZwImkTYYSscmGJYCpMWmZjToi41XjT4Znpo8j66BKIs=";
hash = "sha256-4uYOhsnprYybt5EB/b4LW8/9cn0Nahc1lYQ+DwPNlOU=";
};
nativeBuildInputs = [