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

python311Packages.pontos: 24.12.3 -> 24.12.4 (#368196)

parents 25495b59 34ce9b5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "pontos";
  version = "24.12.3";
  version = "24.12.4";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = "pontos";
    tag = "v${version}";
    hash = "sha256-ezU525MPiQkW7nmm/SUdG1dsOfybosdlL1Uf1rHIDFE=";
    hash = "sha256-Ri5MtUfIHE0s3Csaf08RZjGvl5HYxZJSn/JwNkkXvRA=";
  };

  build-system = [ poetry-core ];