From 4c8d141e6fa9cdf63abc35bccd0886009f27447d Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 18 Jan 2026 15:14:31 +0100 Subject: [PATCH] gnu: gallia: Update input. * gnu/packages/cybersecurity.scm (gallia)[inputs, native-inputs]: Replace python-pygit2-1.11 by python-pygit2. Change-Id: I587bc90bd912c6655543035a0d0d3943b0730513 --- gnu/packages/cybersecurity.scm | 4 ++-- 1 file 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")