diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-06-23 22:12:14 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-25 11:24:15 +0900 |
| commit | d90630e77ebddcf2228400c04bf6361a746e530d (patch) | |
| tree | f3b25a2e3d495046c83ca09a5e91e91b527d85cc /gnu/packages | |
| parent | 187e39183436c765ef49200af365de5e2797ba8e (diff) | |
gnu: r2ghidra: Update to 6.1.8.
* gnu/packages/engineering.scm (r2ghidra): Update to 6.1.8.
Merges: https://codeberg.org/guix/guix/pulls/9512
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 5e4321c4e41..304546adc47 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -1821,7 +1821,7 @@ it suitable for security research and analysis.") | |||
| 1821 | (define-public r2ghidra | 1821 | (define-public r2ghidra |
| 1822 | (package | 1822 | (package |
| 1823 | (name "r2ghidra") | 1823 | (name "r2ghidra") |
| 1824 | (version "6.1.6") | 1824 | (version "6.1.8") |
| 1825 | (source | 1825 | (source |
| 1826 | (origin | 1826 | (origin |
| 1827 | (method git-fetch) | 1827 | (method git-fetch) |
| @@ -1830,7 +1830,7 @@ it suitable for security research and analysis.") | |||
| 1830 | (commit version))) | 1830 | (commit version))) |
| 1831 | (file-name (git-file-name name version)) | 1831 | (file-name (git-file-name name version)) |
| 1832 | (sha256 | 1832 | (sha256 |
| 1833 | (base32 "0y52707s78rr5vzdylmwyx2rywmz8i5j2a3rz977wbzcz685n0pz")) | 1833 | (base32 "1liva8jdr1jddd9rxlqwnjf8a01xyzr4lsm2w1v6wq0ln22si63z")) |
| 1834 | (modules '((guix build utils))) | 1834 | (modules '((guix build utils))) |
| 1835 | (snippet | 1835 | (snippet |
| 1836 | ;; Delete bundled libs and remove their references. | 1836 | ;; Delete bundled libs and remove their references. |
