Unverified Commit 32ea13be authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.python-gvm: 26.5.0 -> 26.6.0 (#441980)

parents 627d141a 5494b66a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "python-gvm";
  version = "26.5.0";
  version = "26.6.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = "python-gvm";
    tag = "v${version}";
    hash = "sha256-9OSL7Li95p79P1+8yViI/pV/nLwuk580/6Be99+DTWU=";
    hash = "sha256-n/FYPCJ0Fw2WBLA6dAYUzgwDlol1DRgbCywsvMARTWE=";
  };

  build-system = [ poetry-core ];