Skip to content

Commit

Permalink
python310Packages.pontos: 22.8.1 -> 22.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 22, 2022
1 parent ac09134 commit 0b8f814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pontos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

buildPythonPackage rec {
pname = "pontos";
version = "22.8.1";
version = "22.9.0";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "v${version}";
hash = "sha256-oWk6t7PocF7go7EE7nQjHA78G0Q1tAOXBff2zKXDvgU=";
rev = "refs/tags/v${version}";
hash = "sha256-7VVFWG/KRWD8Ez3yeCJJHRBwvgpSMDXI9IS8ZMr2u5M=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0b8f814

Please sign in to comment.