* [bug#72177] [PATCH] gnu: rr: Update to 5.8.0.
@ 2024-07-18 16:01 Karl Hallsby via Guix-patches via
2024-07-20 9:43 ` bug#72177: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Karl Hallsby via Guix-patches via @ 2024-07-18 16:01 UTC (permalink / raw)
To: 72177; +Cc: Karl Hallsby
* 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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72177: [PATCH] gnu: rr: Update to 5.8.0.
2024-07-18 16:01 [bug#72177] [PATCH] gnu: rr: Update to 5.8.0 Karl Hallsby via Guix-patches via
@ 2024-07-20 9:43 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-07-20 9:43 UTC (permalink / raw)
To: Karl Hallsby; +Cc: 72177-done
Karl Hallsby <karl@hallsby.com> skribis:
> * gnu/packages/debug.scm (rr): Update to 5.8.0.
>
> Change-Id: Ic4bf20a68d05233c28b3f3956e9c8e10dc78fb2e
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-20 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18 16:01 [bug#72177] [PATCH] gnu: rr: Update to 5.8.0 Karl Hallsby via Guix-patches via
2024-07-20 9:43 ` bug#72177: " Ludovic Courtès
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).