diff options
author | Greg Hogan <code@greghogan.com> | 2023-12-05 19:51:17 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-12-23 11:17:49 +0100 |
commit | 3320c9704353cea29ae34662f3975bf6b58c87f9 (patch) | |
tree | fcc47e07688467c0805e0148dddec383b2580946 /gnu/packages | |
parent | d211e54510d88b19a74383e780bdfe70b9686c8b (diff) | |
download | guix-3320c9704353cea29ae34662f3975bf6b58c87f9.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/debug.scm | 4 |
1 files 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 |