Merge pull request #262918 from r-ryantm/auto-update/gvm-tools

gvm-tools: 23.9.0 -> 23.10.0
This commit is contained in:
Fabian Affolter 2023-10-24 15:36:56 +02:00 committed by GitHub
commit 2c11eedea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "gvm-tools";
version = "23.9.0";
version = "23.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-W49jmFwLrCu8NhQ65ll3iu+QbnHBA5sCeUgSLYLrui0=";
hash = "sha256-+D9gl2Q1NybL8Na9qDZpDZOBStzJcfE6IUKFwjzr1J0=";
};
nativeBuildInputs = [