gallia: 1.1.4 -> 1.5.0
Diff: https://github.com/Fraunhofer-AISEC/gallia/compare/refs/tags/v1.1.4...v1.5.0 Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v1.5.0
This commit is contained in:
parent
9b19f5e77d
commit
2917cac9c6
@ -6,25 +6,18 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "gallia";
|
pname = "gallia";
|
||||||
version = "1.1.4";
|
version = "1.5.0";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Fraunhofer-AISEC";
|
owner = "Fraunhofer-AISEC";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-McHzHK404kDB992T2f84dZHDxujpPIz4qglYMmv3kTw=";
|
hash = "sha256-JeEJ4xTIOFeMADnuPMLNGxB/qEPKMnaIhQ6FCUaNa7E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
|
||||||
"aiofiles"
|
|
||||||
"argcomplete"
|
|
||||||
"msgspec"
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
poetry-core
|
poetry-core
|
||||||
pythonRelaxDepsHook
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
@ -33,6 +26,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
aiosqlite
|
aiosqlite
|
||||||
argcomplete
|
argcomplete
|
||||||
can
|
can
|
||||||
|
exitcode
|
||||||
|
platformdirs
|
||||||
|
psutil
|
||||||
construct
|
construct
|
||||||
msgspec
|
msgspec
|
||||||
pydantic
|
pydantic
|
||||||
|
Loading…
Reference in New Issue
Block a user