guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/14: gnu: rr: Update to 5.5.0.


From: guix-commits
Subject: 11/14: gnu: rr: Update to 5.5.0.
Date: Wed, 2 Feb 2022 12:43:38 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4eada1b45a08290aef26a273444c23bfdd0dbccf
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Jan 31 09:59:05 2022 +0100

    gnu: rr: Update to 5.5.0.
    
    * gnu/packages/debug.scm (rr): Update to 5.5.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 180fd936ec..4bdc489824 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -615,7 +616,7 @@ error reporting, better tracing, profiling, and a 
debugger.")
 (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 @@ error reporting, better tracing, profiling, and a 
debugger.")
                     (commit version)))
               (sha256
                (base32
-                "1sfldgkkmsdyaqa28i5agcykc63gwm3zjihd64g86i852w8al2w6"))
+                "079x891axkiy8qbvjar9vbaldlx7pm9p0i3nq6infdc66nc69635"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]