python310Packages.pontos: 22.2.2 -> 22.2.4

This commit is contained in:
R. Ryantm 2022-02-23 10:31:30 +00:00
parent a632265bb4
commit 18bcf61388

View File

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