python3Packages.pontos: 26.4.0 -> 26.4.1

Diff: https://github.com/greenbone/pontos/compare/v26.4.0...v26.4.1

Changelog: https://github.com/greenbone/pontos/releases/tag/v26.4.1
This commit is contained in:
Fabian Affolter
2026-04-22 13:19:20 +02:00
parent e5b49d15a5
commit a310d76e85
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pontos";
version = "26.4.0";
version = "26.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "pontos";
tag = "v${version}";
hash = "sha256-xAQX2YjYS5aWT/8we8WR/q/IxhpSa+WWdjDScuhvTEw=";
hash = "sha256-aqoZHuH9TErkPvlf7xwQ4EA/f7LWwKFbePhuoG2dX+0=";
};
build-system = [ poetry-core ];