python313Packages.pontos: 25.3.2 -> 25.3.3

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v25.3.2...v25.3.3

Changelog: https://github.com/greenbone/pontos/releases/tag/v25.3.3
This commit is contained in:
Fabian Affolter
2025-03-29 11:22:05 +01:00
parent 22728a44e1
commit 67f270147c
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "25.3.2";
version = "25.3.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "pontos";
tag = "v${version}";
hash = "sha256-gxmNOrvV007nSwP2TNDCnB0CPspeWMt9ohnT4u8EzPw=";
hash = "sha256-jupd56zLx7tdsiklX0y8WNH0UkPeFtD/TLtzuoRefuI=";
};
build-system = [ poetry-core ];