gnu: redsea: Update to 0.20.

* gnu/packages/radio.scm (redsea): Update to 0.20.
This commit is contained in:
Guillaume Le Vaillant 2022-01-27 14:53:00 +01:00
parent 75f38958a0
commit a977cc0399
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -424,7 +424,7 @@ (define-public aptdec
(define-public redsea
(package
(name "redsea")
(version "0.18")
(version "0.20")
(source (origin
(method git-fetch)
(uri (git-reference
@ -433,7 +433,7 @@ (define-public redsea
(file-name (git-file-name name version))
(sha256
(base32
"1y96g0ra2krjb2kypm8s5gdfia45yci4f36klsvyzg8d53v5cwhn"))))
"1bx4l87vz935cj5hapdh1dkjlmlfg73cgsjaf27314n7p4xkv50v"))))
(build-system gnu-build-system)
(arguments
`(#:phases