guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 0e9dae7787f35a8c73c7dbec08e8facb45c17322
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jan 18 15:14:31 2026 +0100

    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 64caf8ebe1..b49b143df9 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";)

Reply via email to