python3Packages.pontos: 25.8.1 -> 26.2.0

Diff: https://github.com/greenbone/pontos/compare/v25.8.1...v26.2.0

Changelog: https://github.com/greenbone/pontos/releases/tag/v26.2.0
This commit is contained in:
Fabian Affolter
2026-03-12 12:08:59 +01:00
parent aa0f1c160f
commit 2f162ae699
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pontos";
version = "25.8.1";
version = "26.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "pontos";
tag = "v${version}";
hash = "sha256-uQe21Yp1PYeU/NgbQMbC2yBqEA1yUUaCiKc7k/oeS7g=";
hash = "sha256-tmu4BGjQlYehOg6lucKaeDnWK8v2VMviFwnmKd6IKWE=";
};
build-system = [ poetry-core ];