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

View file

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