python313Packages.pontos: 24.12.4 -> 25.1.0 (#372060)

This commit is contained in:
Fabian Affolter
2025-01-08 10:52:27 +01:00
committed by GitHub
2 changed files with 8 additions and 5 deletions
+6 -3
View File
@@ -7,17 +7,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "troubadix";
version = "24.11.0";
version = "25.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "troubadix";
tag = "v${version}";
hash = "sha256-N+XZXXGIoZ9wN4GU0iHEEY8D/buFQ/5om86FTgAyvyw=";
hash = "sha256-cb9U1xxN5pUVRiB8JKCWd4XtnkH72XH7QnvFATXaPgY=";
};
pythonRelaxDeps = [ "validators" ];
pythonRelaxDeps = [
"pontos"
"validators"
];
build-system = with python3.pkgs; [ poetry-core ];
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "24.12.4";
version = "25.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "pontos";
tag = "v${version}";
hash = "sha256-Ri5MtUfIHE0s3Csaf08RZjGvl5HYxZJSn/JwNkkXvRA=";
hash = "sha256-Aw5PU3YfWH/YxOWkJcrUwhio71ASasZzyAsnjztOm5o=";
};
build-system = [ poetry-core ];