summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 23:56:25 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 23:56:25 +0100
commit55e438ecbc7f1e980c7508e7aeb6585c838f39e8 (patch)
tree0ae3b9296aeb748403bbc81f4b608a5047d16bfd /gnu
parent8a693d11c605e506784853d803e96f6f95d592c8 (diff)
gnu: gallia: Update to 2.1.1.
* gnu/packages/cybersecurity.scm (gallia): Update to 2.1.1. [inputs]: Remove python-aiofiles, python-can, python-construct, python-exitcode, python-httpx, python-more-itertools, python-msgspec, python-psutil, and python-pygit2; add python-wcwidth. [native-inputs]: Remove python-pygit2. Change-Id: I7ccda9cacea13bf62a8eabc7de6fb6854634c226
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cybersecurity.scm17
1 files changed, 4 insertions, 13 deletions
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index e702924ead0..0b8320f1f06 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -111,7 +111,7 @@ Refresh}in-DRAM mitigations effectively and as such can trigger bit flips.")
111(define-public gallia 111(define-public gallia
112 (package 112 (package
113 (name "gallia") 113 (name "gallia")
114 (version "2.0.2") 114 (version "2.1.1")
115 (source 115 (source
116 (origin 116 (origin
117 (method git-fetch) 117 (method git-fetch)
@@ -120,7 +120,7 @@ Refresh}in-DRAM mitigations effectively and as such can trigger bit flips.")
120 (commit (string-append "v" version)))) 120 (commit (string-append "v" version))))
121 (file-name (git-file-name name version)) 121 (file-name (git-file-name name version))
122 (sha256 122 (sha256
123 (base32 "1yvjpwpqq6r6glfm4qzb8j91d2gsfy4lvygd9z9pg2j6jvcq6f6s")))) 123 (base32 "04xzh5fi18wrkjs7sqwlv344jf54njvnly042rhxq3x5jrvpvkdw"))))
124 (build-system pyproject-build-system) 124 (build-system pyproject-build-system)
125 (arguments 125 (arguments
126 (list 126 (list
@@ -132,25 +132,16 @@ Refresh}in-DRAM mitigations effectively and as such can trigger bit flips.")
132 #:test-flags #~(list "tests/pytest"))) 132 #:test-flags #~(list "tests/pytest")))
133 (native-inputs 133 (native-inputs
134 (list python-poetry-core 134 (list python-poetry-core
135 python-pygit2
136 python-pytest 135 python-pytest
137 python-pytest-asyncio)) 136 python-pytest-asyncio))
138 (inputs 137 (inputs
139 (list python-aiofiles 138 (list python-aiosqlite
140 python-aiosqlite
141 python-argcomplete 139 python-argcomplete
142 python-boltons 140 python-boltons
143 python-can
144 python-construct
145 python-exitcode
146 python-httpx
147 python-more-itertools
148 python-msgspec
149 python-platformdirs 141 python-platformdirs
150 python-psutil
151 python-pydantic 142 python-pydantic
152 python-pygit2
153 python-tabulate 143 python-tabulate
144 python-wcwidth
154 python-zstandard)) 145 python-zstandard))
155 (home-page "https://github.com/Fraunhofer-AISEC/gallia") 146 (home-page "https://github.com/Fraunhofer-AISEC/gallia")
156 (synopsis "Extendable Pentesting Framework") 147 (synopsis "Extendable Pentesting Framework")