python310Packages.pontos: 22.9.1 -> 22.9.3

This commit is contained in:
R. Ryantm 2022-09-28 02:56:09 +00:00 committed by Jonathan Ringer
parent 0244d67891
commit a3a20468a6

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "22.9.1";
version = "22.9.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-W0WubsulnMtNbW/KP1Sp1ChEb3ie1s+Oxu23jpnB/Nc=";
hash = "sha256-YqOeeivOscH1YtYXu348ozY25vHFkD9q1OFJ/jfZJLk=";
};
nativeBuildInputs = [