GNU bug report logs - #40166
[PATCH] gnu: radare2: Update to 4.2.1.

Previous Next

Package: guix-patches;

Reported by: pinoaffe <at> airmail.cc

Date: Sat, 21 Mar 2020 16:36:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#40166: closed ([PATCH] gnu: radare2: Update to 4.2.1.)
Date: Sat, 21 Mar 2020 23:02:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 22 Mar 2020 00:01:42 +0100
with message-id <874kuhwbvt.fsf <at> gnu.org>
and subject line Re: [bug#40166] [PATCH] gnu: radare2: Update to 4.2.1.
has caused the debbugs.gnu.org bug report #40166,
regarding [PATCH] gnu: radare2: Update to 4.2.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
40166: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40166
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: pinoaffe <at> airmail.cc
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: radare2: Update to 4.2.1.
Date: Sat, 21 Mar 2020 08:57:21 +0000
* 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


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: pinoaffe <at> airmail.cc
Cc: 40166-done <at> debbugs.gnu.org
Subject: Re: [bug#40166] [PATCH] gnu: radare2: Update to 4.2.1.
Date: Sun, 22 Mar 2020 00:01:42 +0100
Hi,

pinoaffe <at> airmail.cc skribis:

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

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

Ludo’.


This bug report was last modified 5 years and 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.