[PATCH] gnu: rr: Update to 5.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Karl Hallsby
  • Ludovic Courtès
Owner
unassigned
Submitted by
Karl Hallsby
Severity
normal
K
K
Karl Hallsby wrote on 18 Jul 18:01 +0200
(address . guix-patches@gnu.org)(name . Karl Hallsby)(address . karl@hallsby.com)
ac5ec16a79db600358c9b8b92c68d1871a0f5842.1721318417.git.karl@hallsby.com
* gnu/packages/debug.scm (rr): Update to 5.8.0.

Change-Id: Ic4bf20a68d05233c28b3f3956e9c8e10dc78fb2e
---
gnu/packages/debug.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 612533b03d..d34b4fdf28 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
;;; Copyright © 2023 Andy Tai <atai@atai.org>
;;; Copyright © 2023 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -733,7 +734,7 @@ (define-public remake
(define-public rr
(package
(name "rr")
- (version "5.7.0")
+ (version "5.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -741,7 +742,7 @@ (define-public rr
(commit version)))
(sha256
(base32
- "0y50gynh3bb28vsxspn0g71b0m1mmqdgs63pbq08sv7vps35nllz"))
+ "16w6vvvgww4i2f0jk5zlrr6606fj8kps21fnw0pshyw88l141rqn"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments

base-commit: e3dfed59d39ac60dd2e2b9ef9f4ef63a2a081f41
--
2.45.1
L
L
Ludovic Courtès wrote on 20 Jul 11:43 +0200
(name . Karl Hallsby)(address . karl@hallsby.com)(address . 72177-done@debbugs.gnu.org)
87zfqcqtyg.fsf@gnu.org
Karl Hallsby <karl@hallsby.com> skribis:

Toggle quote (4 lines)
> * gnu/packages/debug.scm (rr): Update to 5.8.0.
>
> Change-Id: Ic4bf20a68d05233c28b3f3956e9c8e10dc78fb2e

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72177@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72177
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch