guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: rr: Update to 5.7.0.


From: guix-commits
Subject: 01/04: gnu: rr: Update to 5.7.0.
Date: Sat, 23 Dec 2023 05:19:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3320c9704353cea29ae34662f3975bf6b58c87f9
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Dec 5 19:51:17 2023 +0000

    gnu: rr: Update to 5.7.0.
    
    * gnu/packages/debug.scm (rr): Update to 5.7.0.
    
    Change-Id: I5b70f5d266876077b533182ccdcd2160fec6fcc4
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index febc041e53..5a528c7a28 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -627,7 +627,7 @@ error reporting, better tracing, profiling, and a 
debugger.")
 (define-public rr
   (package
     (name "rr")
-    (version "5.6.0")
+    (version "5.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -635,7 +635,7 @@ error reporting, better tracing, profiling, and a 
debugger.")
                     (commit version)))
               (sha256
                (base32
-                "0sdpsd7bcbmx9gmp7lv71znzxz708wm8qxq5apbyc6hh80z4fzqz"))
+                "0y50gynh3bb28vsxspn0g71b0m1mmqdgs63pbq08sv7vps35nllz"))
               (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]