diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
commit | 8781f377e04dff56f1ce0cda34b88ad202da343d (patch) | |
tree | d3a3aa09f6cb3a01587c277de27a1ab6cea37f84 | |
parent | e82cd9176e81b422b34a367c14c6064c5958fc08 (diff) | |
download | guix-8781f377e04dff56f1ce0cda34b88ad202da343d.tar.gz guix-8781f377e04dff56f1ce0cda34b88ad202da343d.zip |
gnu: rizin: Update to 0.6.2.
* gnu/packages/engineering.scm (rizin): Update to 0.6.2.
[inputs]: Re-indent.
-rw-r--r-- | gnu/packages/engineering.scm | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 828c13d376..35ef2317c6 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -4232,7 +4232,7 @@ form, numpad. (define-public rizin (package (name "rizin") - (version "0.6.1") + (version "0.6.2") (source (origin (method url-fetch) (uri (string-append @@ -4240,7 +4240,7 @@ form, numpad. version "/rizin-src-v" version ".tar.xz")) (sha256 (base32 - "14bcmjx64pgi9zj4zb7yppx69l1ykjwgf2q41s5672m7z354f1kn")))) + "0szq3wr7i7gwm8llgbhssjb63q70rjqqdlj6078vs110waih16p2")))) (build-system meson-build-system) (arguments (list @@ -4276,7 +4276,16 @@ form, numpad. (("'hash',\n") ""))))))) (native-inputs (list pkg-config)) (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") (synopsis "Disasm, debug, analyze and manipulate binary files") (description |