GNU bug report logs -
#53652
[PATCH] gnu: rr: Update to 5.5.0.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 31 Jan 2022 09:00:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/debug.scm (rr): Update to 5.5.0.
---
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 3bf7f6a8e0..addd03429a 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
+;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -615,7 +616,7 @@ (define-public remake
(define-public rr
(package
(name "rr")
- (version "5.4.0")
+ (version "5.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -623,7 +624,7 @@ (define-public rr
(commit version)))
(sha256
(base32
- "1sfldgkkmsdyaqa28i5agcykc63gwm3zjihd64g86i852w8al2w6"))
+ "079x891axkiy8qbvjar9vbaldlx7pm9p0i3nq6infdc66nc69635"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
--
2.34.0
This bug report was last modified 3 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.