lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.pontos: 22.9.6 -> 22.10.0

+2 -2
+2 -2
pkgs/development/python-modules/pontos/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pontos"; 17 - version = "22.9.6"; 17 + version = "22.10.0"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "greenbone"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-CZ2Y3ePRfwj9VbdoQjdQMs9+/cdixkRovGISv9T+pYU="; 26 + hash = "sha256-z+oJakeZARnyZrkkNjLlyFcOB73u9+G0tXhbI13neyc="; 27 27 }; 28 28 29 29 nativeBuildInputs = [