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

python3Packages.gvm-tools: 25.3.2 -> 25.4.0 (#441648)

parents 29b47edc 1b407553
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "gvm-tools";
  version = "25.3.2";
  version = "25.4.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = "gvm-tools";
    tag = "v${version}";
    hash = "sha256-C0LWO9oQ5TgTgSFcxzm5YNhis24uxpenBalwqns2VL0=";
    hash = "sha256-d5/oVQxhZGxGXwdGMojGQ4SiMUiQfxgcR2oF5Lq1+RM=";
  };

  __darwinAllowLocalNetworking = true;