Commit c9cfe85c authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pontos: 24.2.1 -> 24.2.2

parent 8c826e35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pontos";
  version = "24.2.1";
  version = "24.2.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = "pontos";
    rev = "refs/tags/v${version}";
    hash = "sha256-lvmi/aYDGDHbiioFWovDpTCcqgh9hu97Wk2Lcqfd6qk=";
    hash = "sha256-xg5/UDAnT6kvDfYnQn/LCHlAgpRrt19pDC8NB5RzCnc=";
  };

  nativeBuildInputs = [