From f2c233c961a5f8957901d0b6f399b8081509e873 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Aug 2024 22:02:43 +0200 Subject: [PATCH] gallia: 1.7.0 -> 1.8.0 Diff: https://github.com/Fraunhofer-AISEC/gallia/compare/refs/tags/v1.7.0...v1.8.0 Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v1.8.0 --- pkgs/tools/security/gallia/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/security/gallia/default.nix b/pkgs/tools/security/gallia/default.nix index 2f8c6da988c0..ec1febf8e3b9 100644 --- a/pkgs/tools/security/gallia/default.nix +++ b/pkgs/tools/security/gallia/default.nix @@ -7,21 +7,20 @@ python3.pkgs.buildPythonApplication rec { pname = "gallia"; - version = "1.7.0"; + version = "1.8.0"; pyproject = true; src = fetchFromGitHub { owner = "Fraunhofer-AISEC"; repo = "gallia"; rev = "refs/tags/v${version}"; - hash = "sha256-hLGaImYkv6/1Wv1a+0tKmW4qmV4akNoyd0RXopJjetI="; + hash = "sha256-x1sTvb+Z/AttYJVBEfXMx2/Ps34ZbqdLeGN8qHkFXsQ="; }; - pythonRelaxDeps = [ "httpx" ]; + pythonRelaxDeps = [ "aiofiles" ]; build-system = with python3.pkgs; [ poetry-core ]; - dependencies = with python3.pkgs; [ aiofiles aiohttp @@ -29,11 +28,12 @@ python3.pkgs.buildPythonApplication rec { argcomplete can exitcode + construct httpx + more-itertools + msgspec platformdirs psutil - construct - msgspec pydantic pygit2 tabulate