python310Packages.pontos: 23.3.5 -> 23.3.6

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.3.6
This commit is contained in:
Fabian Affolter
2023-03-22 19:29:46 +01:00
parent 2cc556e4fe
commit 8289a8f04d
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.3.5";
version = "23.3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Eb9mX04ws+FhiRw5j1XsEhjm5ZdYFCbA5pntgb4z//M=";
hash = "sha256-cs+UeE5QRL/yzFABpMQ4masbLHwG++Ipu5GidXJ1Y0E=";
};
nativeBuildInputs = [