summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-18 15:14:31 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:25:04 +0100
commite86cabe575d561af9f4deaa5e95da2dfaa49c1b5 (patch)
tree252a19d2a89c46c4f5da6080d5a37f71ac111be5
parentaf04ced82a33f30a5ad185ba71fa4d51341dd5f7 (diff)
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>
-rw-r--r--gnu/packages/cybersecurity.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 64caf8ebe11..b49b143df96 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -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")