python3Packages.pontos: 26.5.0 -> 26.6.0

This commit is contained in:
R. Ryantm
2026-07-05 09:52:31 +00:00
parent 669ebda586
commit 07a5504e19

View File

@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pontos";
version = "26.5.0";
version = "26.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "pontos";
tag = "v${version}";
hash = "sha256-P18RqOSY2g6R5m79nJbfoP9w1RhYiQ2HPWZrhwIHknI=";
hash = "sha256-NKe5kM4YPxsGge1UG7DjE3SDXlfZIVazOVmF5RBCbSo=";
};
build-system = [ poetry-core ];