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

python313Packages.pontos: 25.1.0 -> 25.3.1 (#387857)

parents 470550ae e15c38b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "pontos";
  version = "25.1.0";
  version = "25.3.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = "pontos";
    tag = "v${version}";
    hash = "sha256-Aw5PU3YfWH/YxOWkJcrUwhio71ASasZzyAsnjztOm5o=";
    hash = "sha256-aCB9YqHUR2O4R9h7ocrVwk6n6CalKG/GIoAVg77jy28=";
  };

  build-system = [ poetry-core ];