gallia: 2.0.0b3 -> 2.0.1 (#472347)

This commit is contained in:
Fabian Affolter
2025-12-20 20:02:46 +00:00
committed by GitHub
+2 -3
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "gallia";
version = "2.0.0b3";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Fraunhofer-AISEC";
repo = "gallia";
tag = "v${version}";
hash = "sha256-/ql2EORU1oqZ/+90F0FFfRVdv6Esa5UqfaasLE4wf8k=";
hash = "sha256-sn6GNJ3rNhnJqFj7AL/0P+hBqasr17wH9i0GDDP32II=";
};
postPatch = ''
@@ -32,7 +32,6 @@ python3.pkgs.buildPythonApplication rec {
argcomplete
boltons
construct
more-itertools
platformdirs
pydantic
tabulate