GNU bug report logs - #53652
[PATCH] gnu: rr: Update to 5.5.0.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Mon, 31 Jan 2022 09:00:01 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: Michael Rohleder <mike <at> rohleder.de>
Subject: bug#53652: closed (Re: bug#53652: [PATCH] gnu: rr: Update to 5.5.0.)
Date: Wed, 02 Feb 2022 17:23:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53652: [PATCH] gnu: rr: Update to 5.5.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 53652 <at> debbugs.gnu.org.

-- 
53652: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53652
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 53652-done <at> debbugs.gnu.org
Subject: Re: bug#53652: [PATCH] gnu: rr: Update to 5.5.0.
Date: Wed, 02 Feb 2022 18:22:33 +0100
Hi Michael,

Michael Rohleder <mike <at> rohleder.de> skribis:

> * gnu/packages/debug.scm (rr): Update to 5.5.0.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: rr: Update to 5.5.0.
Date: Mon, 31 Jan 2022 09:59:05 +0100
* gnu/packages/debug.scm (rr): Update to 5.5.0.
---
 gnu/packages/debug.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 3bf7f6a8e0..addd03429a 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
+;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -615,7 +616,7 @@ (define-public remake
 (define-public rr
   (package
     (name "rr")
-    (version "5.4.0")
+    (version "5.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -623,7 +624,7 @@ (define-public rr
                     (commit version)))
               (sha256
                (base32
-                "1sfldgkkmsdyaqa28i5agcykc63gwm3zjihd64g86i852w8al2w6"))
+                "079x891axkiy8qbvjar9vbaldlx7pm9p0i3nq6infdc66nc69635"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
-- 
2.34.0




This bug report was last modified 3 years and 113 days ago.

Previous Next


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