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>
This commit is contained in:
parent
d211e54510
commit
3320c97043
1 changed files with 2 additions and 2 deletions
|
@ -627,7 +627,7 @@ (define-public remake
|
||||||
(define-public rr
|
(define-public rr
|
||||||
(package
|
(package
|
||||||
(name "rr")
|
(name "rr")
|
||||||
(version "5.6.0")
|
(version "5.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -635,7 +635,7 @@ (define-public rr
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sdpsd7bcbmx9gmp7lv71znzxz708wm8qxq5apbyc6hh80z4fzqz"))
|
"0y50gynh3bb28vsxspn0g71b0m1mmqdgs63pbq08sv7vps35nllz"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue