unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40166] [PATCH] gnu: radare2: Update to 4.2.1.
@ 2020-03-21  8:57 pinoaffe
  2020-03-21 23:01 ` bug#40166: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: pinoaffe @ 2020-03-21  8:57 UTC (permalink / raw)
  To: 40166


* gnu/packages/engineering.scm (radare2): Update to 4.2.1.
---
  gnu/packages/engineering.scm | 12 +++++++-----
  1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6adb142ffb..04c83d0c78 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -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
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40166: [PATCH] gnu: radare2: Update to 4.2.1.
  2020-03-21  8:57 [bug#40166] [PATCH] gnu: radare2: Update to 4.2.1 pinoaffe
@ 2020-03-21 23:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-03-21 23:01 UTC (permalink / raw)
  To: pinoaffe; +Cc: 40166-done

Hi,

pinoaffe@airmail.cc skribis:

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

Applied, thanks!  (The mailer had mangled the patch, though.)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-21 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-21  8:57 [bug#40166] [PATCH] gnu: radare2: Update to 4.2.1 pinoaffe
2020-03-21 23:01 ` bug#40166: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).