gallia: 1.5.0 -> 1.6.0
Diff: https://github.com/Fraunhofer-AISEC/gallia/compare/refs/tags/v1.5.0...v1.6.0 Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v1.6.0
This commit is contained in:
parent
72e837bd5a
commit
a76caa3827
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue