Skip to content

Commit

Permalink
python310Packages.pontos: 22.9.3 -> 22.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 28, 2022
1 parent 3ccb3c9 commit f0cab94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pontos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "pontos";
version = "22.9.3";
version = "22.9.6";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-YqOeeivOscH1YtYXu348ozY25vHFkD9q1OFJ/jfZJLk=";
hash = "sha256-CZ2Y3ePRfwj9VbdoQjdQMs9+/cdixkRovGISv9T+pYU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f0cab94

Please sign in to comment.