guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7037e579836caf19027d49ff5300ffda2ea0c131
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 11 11:05:20 2026 +0100

    gnu: gallia: Add missing input.
    
    * gnu/packages/cybersecurity.scm (gallia)[inputs]: Add python-boltons.
    
    Change-Id: Ia94443b8230aa1c2ac823e3afe15d1a9d56c0702
    Reviewed-by: Hugo Buddelmeijer <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/cybersecurity.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index b49b143df9..2a788aec08 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -139,6 +139,7 @@ Refresh}in-DRAM mitigations effectively and as such can 
trigger bit flips.")
      (list python-aiofiles
            python-aiosqlite
            python-argcomplete
+           python-boltons
            python-can
            python-construct
            python-exitcode

Reply via email to