Fabian Affolter 2024-03-08 16:08:19 +01:00
parent 72e837bd5a
commit a76caa3827

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "gallia";
version = "1.5.0";
version = "1.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Fraunhofer-AISEC";
repo = pname;
repo = "gallia";
rev = "refs/tags/v${version}";
hash = "sha256-JeEJ4xTIOFeMADnuPMLNGxB/qEPKMnaIhQ6FCUaNa7E=";
hash = "sha256-LvzEyBkhji7ruVVO2EpqM8pKOcTX8Dnkqu/GtWOfMZs=";
};
nativeBuildInputs = with python3.pkgs; [
@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
argcomplete
can
exitcode
httpx
platformdirs
psutil
construct