Merge pull request #154822 from fabaff/bump-pontos

python310Packages.pontos: 22.1.0 -> 22.1.1
This commit is contained in:
Fabian Affolter
2022-01-13 01:31:07 +01:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "22.1.0";
version = "22.1.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/C7BiKWdMcUuKXxPTdttT79YjBDmwj9CG5W38YZHw2c=";
sha256 = "sha256-p7E86McHeijsXpaByD5qLHYQLnSImLwHn15INyxWiZc=";
};
nativeBuildInputs = [