diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-10-26 05:43:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 05:43:02 -0500 |
| commit | a7eea330c4327abcfcaeb032b6bd2b35267d1d25 (patch) | |
| tree | ed716e769a8c930893c16d9c77c8dfc82a1eb425 /pkgs/development/python-modules | |
| parent | 5a361efe0157dd2eca2948df4ff3dfb0bd50ac37 (diff) | |
| parent | 122883b975565173989bdff6d8135cb34453f531 (diff) | |
Merge pull request #197862 from fabaff/pontos-bump
python310Packages.pontos: 22.9.6 -> 22.10.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/pontos/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pontos/default.nix b/pkgs/development/python-modules/pontos/default.nix index 5cfc6b553b2a..7d78b0d3520d 100644 --- a/pkgs/development/python-modules/pontos/default.nix +++ b/pkgs/development/python-modules/pontos/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pontos"; - version = "22.9.6"; + version = "22.10.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-CZ2Y3ePRfwj9VbdoQjdQMs9+/cdixkRovGISv9T+pYU="; + hash = "sha256-z+oJakeZARnyZrkkNjLlyFcOB73u9+G0tXhbI13neyc="; }; nativeBuildInputs = [ |
