python3Packages.pontos: 26.2.0 -> 26.4.0

This commit is contained in:
R. Ryantm
2026-04-10 18:17:06 +00:00
parent 1a66bde6d7
commit be59a576f7
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pontos";
version = "26.2.0";
version = "26.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "pontos";
tag = "v${version}";
hash = "sha256-tmu4BGjQlYehOg6lucKaeDnWK8v2VMviFwnmKd6IKWE=";
hash = "sha256-xAQX2YjYS5aWT/8we8WR/q/IxhpSa+WWdjDScuhvTEw=";
};
build-system = [ poetry-core ];