Unverified Commit 67b6e4e9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #291625 from r-ryantm/auto-update/python312Packages.pontos

python312Packages.pontos: 24.2.1 -> 24.2.2
parents 3a19a727 c9cfe85c
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 = [