python3Packages.pontos: 26.4.3 -> 26.5.0

Diff: https://github.com/greenbone/pontos/compare/v26.4.3...v26.5.0

Changelog: https://github.com/greenbone/pontos/releases/tag/v26.5.0
This commit is contained in:
Fabian Affolter
2026-05-21 11:12:34 +02:00
parent 4a29d733e8
commit df0b358d7d
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pontos";
version = "26.4.3";
version = "26.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "pontos";
tag = "v${version}";
hash = "sha256-8IAAYT3ds+QB0+o9WWOGqKkHJHb7bbBAm5cHfSVXGVo=";
hash = "sha256-P18RqOSY2g6R5m79nJbfoP9w1RhYiQ2HPWZrhwIHknI=";
};
build-system = [ poetry-core ];