mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rizin: Update to 0.6.2.
* gnu/packages/engineering.scm (rizin): Update to 0.6.2. [inputs]: Re-indent.
This commit is contained in:
parent
e82cd9176e
commit
8781f377e0
1 changed files with 12 additions and 3 deletions
|
@ -4232,7 +4232,7 @@ form, numpad.
|
||||||
(define-public rizin
|
(define-public rizin
|
||||||
(package
|
(package
|
||||||
(name "rizin")
|
(name "rizin")
|
||||||
(version "0.6.1")
|
(version "0.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4240,7 +4240,7 @@ form, numpad.
|
||||||
version "/rizin-src-v" version ".tar.xz"))
|
version "/rizin-src-v" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14bcmjx64pgi9zj4zb7yppx69l1ykjwgf2q41s5672m7z354f1kn"))))
|
"0szq3wr7i7gwm8llgbhssjb63q70rjqqdlj6078vs110waih16p2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -4276,7 +4276,16 @@ form, numpad.
|
||||||
(("'hash',\n") "")))))))
|
(("'hash',\n") "")))))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list capstone file libuv libzip lz4 openssl tree-sitter xxhash zlib libmspack))
|
(list capstone
|
||||||
|
file
|
||||||
|
libuv
|
||||||
|
libzip
|
||||||
|
lz4
|
||||||
|
openssl
|
||||||
|
tree-sitter
|
||||||
|
xxhash
|
||||||
|
zlib
|
||||||
|
libmspack))
|
||||||
(home-page "https://rizin.re")
|
(home-page "https://rizin.re")
|
||||||
(synopsis "Disasm, debug, analyze and manipulate binary files")
|
(synopsis "Disasm, debug, analyze and manipulate binary files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue