mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: redsea: Update to 0.20.
* gnu/packages/radio.scm (redsea): Update to 0.20.
This commit is contained in:
parent
75f38958a0
commit
a977cc0399
1 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ (define-public aptdec
|
||||||
(define-public redsea
|
(define-public redsea
|
||||||
(package
|
(package
|
||||||
(name "redsea")
|
(name "redsea")
|
||||||
(version "0.18")
|
(version "0.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -433,7 +433,7 @@ (define-public redsea
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y96g0ra2krjb2kypm8s5gdfia45yci4f36klsvyzg8d53v5cwhn"))))
|
"1bx4l87vz935cj5hapdh1dkjlmlfg73cgsjaf27314n7p4xkv50v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue