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

python3Packages.pontos: 26.4.0 -> 26.4.1 (#512350)

parents 68b3f8c6 a310d76e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "pontos";
  version = "26.4.0";
  version = "26.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "pontos";
    tag = "v${version}";
    hash = "sha256-xAQX2YjYS5aWT/8we8WR/q/IxhpSa+WWdjDScuhvTEw=";
    hash = "sha256-aqoZHuH9TErkPvlf7xwQ4EA/f7LWwKFbePhuoG2dX+0=";
  };

  build-system = [ poetry-core ];