Merge pull request #280686 from fabaff/gallia-bump
gallia: 1.1.4 -> 1.5.0
This commit is contained in:
commit
c111f9bf66
1 changed files with 6 additions and 10 deletions
|
@ -6,25 +6,18 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "gallia";
|
||||
version = "1.1.4";
|
||||
format = "pyproject";
|
||||
version = "1.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Fraunhofer-AISEC";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-McHzHK404kDB992T2f84dZHDxujpPIz4qglYMmv3kTw=";
|
||||
hash = "sha256-JeEJ4xTIOFeMADnuPMLNGxB/qEPKMnaIhQ6FCUaNa7E=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiofiles"
|
||||
"argcomplete"
|
||||
"msgspec"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
@ -33,6 +26,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||
aiosqlite
|
||||
argcomplete
|
||||
can
|
||||
exitcode
|
||||
platformdirs
|
||||
psutil
|
||||
construct
|
||||
msgspec
|
||||
pydantic
|
||||
|
|
Loading…
Reference in a new issue