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

python3Packages.gvm-tools: 25.4.8 -> 25.4.9 (#501190)

parents 98d21cac 41bc2f32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage (finalAttrs: {
  pname = "gvm-tools";
  version = "25.4.8";
  version = "25.4.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "gvm-tools";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tKUaUo9Sr4d9mLdbbmn+OmAgUcEuwWSzCYY4BPJ4UKw=";
    hash = "sha256-dt7njGUqi6zfwUz0gSdOHWnSUJ+yJ7qJ3RttoPweR3c=";
  };

  __darwinAllowLocalNetworking = true;