unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67646] [PATCH] gnu: rr: Update to 5.7.0.
@ 2023-12-05 19:51 Greg Hogan
  0 siblings, 0 replies; only message in thread
From: Greg Hogan @ 2023-12-05 19:51 UTC (permalink / raw)
  To: 67646; +Cc: Greg Hogan

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

Change-Id: I5b70f5d266876077b533182ccdcd2160fec6fcc4
---
 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 @@ (define-public remake
 (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 @@ (define-public rr
                     (commit version)))
               (sha256
                (base32
-                "0sdpsd7bcbmx9gmp7lv71znzxz708wm8qxq5apbyc6hh80z4fzqz"))
+                "0y50gynh3bb28vsxspn0g71b0m1mmqdgs63pbq08sv7vps35nllz"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments

-- 
2.40.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-05 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05 19:51 [bug#67646] [PATCH] gnu: rr: Update to 5.7.0 Greg Hogan

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).