Unverified Commit 58939e53 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.gvm-tools: 24.7.0 -> 24.8.0 (#338235)

parents 47f5adb1 246b26e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

  disabled = pythonOlder "3.9";
@@ -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;