diff options
| author | Karl Hallsby <karl@hallsby.com> | 2024-07-18 11:01:04 -0500 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-07-20 12:12:15 +0200 |
| commit | d7c51ee981b39e92bfd3d18ba403d5d7157c7c1a (patch) | |
| tree | b99e74f45d88a2651f236f218297c2b86d7b7420 /gnu/packages/debug.scm | |
| parent | 9ce8ad714c937ab29d183bed6c09dc89c971569a (diff) | |
gnu: rr: Update to 5.8.0.
* gnu/packages/debug.scm (rr): Update to 5.8.0.
Change-Id: Ic4bf20a68d05233c28b3f3956e9c8e10dc78fb2e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/debug.scm')
| -rw-r--r-- | gnu/packages/debug.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 612533b03d1..d34b4fdf288 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | ;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org> | 13 | ;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org> |
| 14 | ;;; Copyright © 2023 Andy Tai <atai@atai.org> | 14 | ;;; Copyright © 2023 Andy Tai <atai@atai.org> |
| 15 | ;;; Copyright © 2023 Ricardo Wurmus <rekado@elephly.net> | 15 | ;;; Copyright © 2023 Ricardo Wurmus <rekado@elephly.net> |
| 16 | ;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com> | ||
| 16 | ;;; | 17 | ;;; |
| 17 | ;;; This file is part of GNU Guix. | 18 | ;;; This file is part of GNU Guix. |
| 18 | ;;; | 19 | ;;; |
| @@ -733,7 +734,7 @@ error reporting, better tracing, profiling, and a debugger.") | |||
| 733 | (define-public rr | 734 | (define-public rr |
| 734 | (package | 735 | (package |
| 735 | (name "rr") | 736 | (name "rr") |
| 736 | (version "5.7.0") | 737 | (version "5.8.0") |
| 737 | (source (origin | 738 | (source (origin |
| 738 | (method git-fetch) | 739 | (method git-fetch) |
| 739 | (uri (git-reference | 740 | (uri (git-reference |
| @@ -741,7 +742,7 @@ error reporting, better tracing, profiling, and a debugger.") | |||
| 741 | (commit version))) | 742 | (commit version))) |
| 742 | (sha256 | 743 | (sha256 |
| 743 | (base32 | 744 | (base32 |
| 744 | "0y50gynh3bb28vsxspn0g71b0m1mmqdgs63pbq08sv7vps35nllz")) | 745 | "16w6vvvgww4i2f0jk5zlrr6606fj8kps21fnw0pshyw88l141rqn")) |
| 745 | (file-name (git-file-name name version)))) | 746 | (file-name (git-file-name name version)))) |
| 746 | (build-system cmake-build-system) | 747 | (build-system cmake-build-system) |
| 747 | (arguments | 748 | (arguments |
