gnu: Update radare2 to 2.5.0.

* gnu/packages/engineering.scm (radare2): Update to 2.5.0.
This commit is contained in:
Julien Lepiller 2018-05-03 21:22:32 +02:00
parent e6006d13b6
commit 12e352dbcf
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C

View File

@ -1080,14 +1080,14 @@ bindings for Python, Java, OCaml and more.")
(define-public radare2 (define-public radare2
(package (package
(name "radare2") (name "radare2")
(version "1.6.0") (version "2.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://radare.mikelloc.com/get/" version "/" (uri (string-append "http://radare.mikelloc.com/get/" version "/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"16ggsk40zz6hyvclvqj1r4bh4hb78jf0d6ppry1jk4r0j30wm7cm")) "17h4ba5qqahfi8mi4x2dcvq87cqpir5v2dlaqbvmay6vby4zh4v7"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin