Unverified Commit 0f8fe5fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #331250 from r-ryantm/auto-update/python312Packages.gvm-tools

python312Packages.gvm-tools: 24.6.0 -> 24.7.0
parents 54dbf4a1 1df87918
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.6.0";
  version = "24.7.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-R8wpkzL2QxGdvc6vWtrbIGEiryc+QQ3OitdxMcpH+F4=";
    hash = "sha256-m4wEAx2WyVIMi+xucqUCPr2PLxLo00haObjf+0swUdA=";
  };

  __darwinAllowLocalNetworking = true;