1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gallia: Update input.

* gnu/packages/cybersecurity.scm (gallia)[inputs, native-inputs]:
Replace python-pygit2-1.11 by python-pygit2.

Change-Id: I587bc90bd912c6655543035a0d0d3943b0730513
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Andreas Enge
2026-01-18 15:14:31 +01:00
committed by Rutherther
parent af04ced82a
commit e86cabe575

View File

@@ -132,7 +132,7 @@ Refresh}in-DRAM mitigations effectively and as such can trigger bit flips.")
#:test-flags #~(list "tests/pytest")))
(native-inputs
(list python-poetry-core
python-pygit2-1.11
python-pygit2
python-pytest
python-pytest-asyncio))
(inputs
@@ -148,7 +148,7 @@ Refresh}in-DRAM mitigations effectively and as such can trigger bit flips.")
python-platformdirs
python-psutil
python-pydantic
python-pygit2-1.11
python-pygit2
python-tabulate
python-zstandard))
(home-page "https://github.com/Fraunhofer-AISEC/gallia")