python3Packages.pontos: 22.2.1 -> 22.2.2

This commit is contained in:
Fabian Affolter 2022-02-10 22:45:45 +01:00 committed by Jonathan Ringer
parent c8f495b6cd
commit 8362e6bfc2

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "22.2.1";
version = "22.2.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "v${version}";
hash = "sha256-VMfvlqpmA2Mg/llVNcY3Enuuq3mwV0G1GYrpbvzo8pU=";
hash = "sha256-9QnimA9y5mVgJA9LkDVC+eNyp6Ltvw+fErtoSVL/1iw=";
};
nativeBuildInputs = [