Skip to content

Commit

Permalink
python312Packages.gvm-tools: 24.7.0 -> 24.8.0 (#338235)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 30, 2024
2 parents 47f5adb + 246b26e commit 58939e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gvm-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "gvm-tools";
version = "24.7.0";
version = "24.8.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "gvm-tools";
rev = "refs/tags/v${version}";
hash = "sha256-m4wEAx2WyVIMi+xucqUCPr2PLxLo00haObjf+0swUdA=";
hash = "sha256-MwLwJyxKu4O0cEabBjcdhqtqW3uwgbyVlezZysUDYa4=";
};

__darwinAllowLocalNetworking = true;
Expand Down

0 comments on commit 58939e5

Please sign in to comment.