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

Merge pull request #331246 from r-ryantm/auto-update/python312Packages.python-gvm

python312Packages.python-gvm: 24.6.0 -> 24.7.0
parents 0f8fe5fe 9cceee86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "python-gvm";
  version = "24.6.0";
  version = "24.7.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = "python-gvm";
    rev = "refs/tags/v${version}";
    hash = "sha256-4Wa8O6kt4FsQk6VvE1dCdl9hQReO3YCf/4hTGcGaQxE=";
    hash = "sha256-WsZxISvPw4uvRKv5CYpcLunAxvoCvVWTSp+m2QTEe0g=";
  };

  build-system = [ poetry-core ];