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

python313Packages.pontos: 25.3.3 -> 25.4.0 (#402622)

parents 3df55fb2 000c2b0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "pontos";
  version = "25.3.3";
  version = "25.4.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = "pontos";
    tag = "v${version}";
    hash = "sha256-jupd56zLx7tdsiklX0y8WNH0UkPeFtD/TLtzuoRefuI=";
    hash = "sha256-/RX4lYtMk+X4BmMWH8Su2sfE3sUTawxIb8D10UNvP/E=";
  };

  build-system = [ poetry-core ];