diff options
author | Vincent Legoll <[email protected]> | 2021-01-18 19:03:49 +0100 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2021-01-20 10:51:51 +0200 |
commit | 86a56622a726e35e836a2f4a9405d38f74d0b06a (patch) | |
tree | 0fe7d5b39acdf07adb0df8ef24a4696421a71561 | |
parent | 944aebb46abfaa16321b42a095c729a0d04ae68d (diff) |
gnu: radare2: Update to 5.0.0.
* gnu/packages/engineering.scm (radare2): Update to 5.0.0.
Signed-off-by: Efraim Flashner <[email protected]>
-rw-r--r-- | gnu/packages/engineering.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 826e2d89b6..1747671683 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2019 Steve Sprang <[email protected]> ;;; Copyright © 2019 John Soo <[email protected]> ;;; Copyright © 2020 Brice Waegeneire <[email protected]> -;;; Copyright © 2020 Vincent Legoll <[email protected]> +;;; Copyright © 2020,2021 Vincent Legoll <[email protected]> ;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; Copyright © 2020 Ekaitz Zarraga <[email protected]> ;;; Copyright © 2020 B. Wilson <[email protected]> @@ -1524,7 +1524,7 @@ bindings for Python, Java, OCaml and more.") (define-public radare2 (package (name "radare2") - (version "4.4.0") + (version "5.0.0") (source (origin (method git-fetch) (uri (git-reference @@ -1532,7 +1532,7 @@ bindings for Python, Java, OCaml and more.") (commit version))) (sha256 (base32 - "0gwdnrnk7wdgkajp2qwg4fyplh7nsbmf01bzx07px6xmiscd9z2s")) + "0aa7c27kd0l55fy5qfvxqmakp4pz6240v3hn84095qmqkzcbs420")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |