me
/
guix
Archived
1
0
Fork 0

gnu: radare2: Update to 4.2.1.

* gnu/packages/engineering.scm (radare2): Update to 4.2.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
pinoaffe@airmail.cc 2020-03-21 08:57:21 +00:00 committed by Ludovic Courtès
parent f5e0634431
commit fcc10cb2cb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 5 deletions
gnu/packages

View File

@ -1309,14 +1309,16 @@ bindings for Python, Java, OCaml and more.")
(define-public radare2
(package
(name "radare2")
(version "3.5.1")
(version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://radare.mikelloc.com/get/" version "/"
"radare2-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/radareorg/radare2")
(commit version)))
(sha256
(base32
"174x5545fw2nyf000gd46hi7rx2bn3bw5bsnvizn9yi99pn7m4mw"))
"14b9433cgc2nabhz836zfgvgh2dwailcmvy05krsa0inmzbvx9fg"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
'(begin