Merge pull request #334217 from fabaff/gallia-fix

gallia: 1.7.0 -> 1.8.0
This commit is contained in:
Fabian Affolter
2024-08-13 08:13:17 +02:00
committed by GitHub
+6 -6
View File
@@ -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