diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-01 06:10:57 +0100 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-01 06:10:57 +0100 |
commit | 85da3f52cb40be33ab045120d2e101002896a143 (patch) | |
tree | a76433e3662f8c3a7746ff5361c3a57586fb0645 /gnu | |
parent | d0a0215cda916d1dbff8fcc50aa4277f4f7e1871 (diff) | |
download | guix-85da3f52cb40be33ab045120d2e101002896a143.tar.gz |
gnu: radare2: Update to 5.1.1.
* gnu/packages/engineering.scm (radare2): Update to 5.1.1.
Diffstat (limited to 'gnu')
-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 8517d2abde..99c9f216ef 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1553,7 +1553,7 @@ bootloader in Espressif ESP8266 & ESP32 series chips.") (define-public radare2 (package (name "radare2") - (version "5.0.0") + (version "5.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -1561,7 +1561,7 @@ bootloader in Espressif ESP8266 & ESP32 series chips.") (commit version))) (sha256 (base32 - "0aa7c27kd0l55fy5qfvxqmakp4pz6240v3hn84095qmqkzcbs420")) + "0hv9x31iabasj12g8f04incr1rbcdkxi3xnqn3ggp8gl4h6pf2f3")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |