python310Packages.pontos: 23.4.6 -> 23.4.7

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.4.6...v23.4.7

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.4.7
This commit is contained in:
Fabian Affolter 2023-04-27 22:46:44 +02:00
parent 53264e7daa
commit a487523390

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.4.6";
version = "23.4.7";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-b96tfdr/Ya8qK3e+/sXWjlsi8gExX5f/5WgQxWuQfq8=";
hash = "sha256-8EZzxVluFl/EnnJZpu3Mo1KtZVIC36/UvgBeUaPLouo=";
};
nativeBuildInputs = [