gnu: radare2: Update to 3.5.1.

* gnu/packages/engineering.scm (radare2): Update to 3.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-17 04:51:14 +02:00
parent 0ab5e91e1c
commit 8dec0cdf6e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1248,17 +1248,17 @@ (define-public python2-capstone
(define-public radare2 (define-public radare2
(package (package
(name "radare2") (name "radare2")
(version "2.5.0") (version "3.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://radare.mikelloc.com/get/" version "/" (uri (string-append "https://radare.mikelloc.com/get/" version "/"
"radare2-" version ".tar.gz")) "radare2-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17h4ba5qqahfi8mi4x2dcvq87cqpir5v2dlaqbvmay6vby4zh4v7")) "174x5545fw2nyf000gd46hi7rx2bn3bw5bsnvizn9yi99pn7m4mw"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
(substitute* "libr/asm/p/Makefile" (substitute* "libr/asm/p/Makefile"
(("LDFLAGS\\+=") "LDFLAGS+=-Wl,-rpath=$(LIBDIR) ")) (("LDFLAGS\\+=") "LDFLAGS+=-Wl,-rpath=$(LIBDIR) "))
(substitute* "libr/parse/p/Makefile" (substitute* "libr/parse/p/Makefile"
@ -1268,7 +1268,7 @@ (define-public radare2
#t)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f; tests require git and network access '(#:tests? #f ; tests require git and network access
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'configure 'mklibdir (add-before 'configure 'mklibdir