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

Merge pull request #228594 from fabaff/pontos-bump

python310Packages.pontos: 23.4.6 -> 23.4.7
parents f5bf410f a4875233
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "pontos";
  version = "23.4.6";
  version = "23.4.7";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "greenbone";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-b96tfdr/Ya8qK3e+/sXWjlsi8gExX5f/5WgQxWuQfq8=";
    hash = "sha256-8EZzxVluFl/EnnJZpu3Mo1KtZVIC36/UvgBeUaPLouo=";
  };

  nativeBuildInputs = [