Commit 687cbbac authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 5b79e066
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pontos";
  version = "23.7.4";
  version = "23.7.5";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-gYb3sTu0/HNakV2dCjo+YUT5JJu7IX4GhT3187HqTB0=";
    hash = "sha256-DYlJ/xI/V+T/Am4SASVg/L7/uTAeUVM63aqxyMG6o+4=";
  };

  nativeBuildInputs = [