3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: redkite: Update to 0.8.1.

* gnu/packages/audio.scm (redkite): Update to 0.8.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 17:29:12 +02:00
parent ae58ebba82
commit 3e0190a850
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3988,7 +3988,7 @@ stream to one or more IceCast and/or ShoutCast servers.")
(define-public redkite
(package
(name "redkite")
(version "0.8.0")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -3997,8 +3997,7 @@ stream to one or more IceCast and/or ShoutCast servers.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1747w1kg8y9jbl11xi018d85dm38xk7843pz26sh0k5fdv87a10q"))))
(base32 "17kv2jc4jvn3sdicz3sf8dnf25wbvv7ijzkr0mm0sbrrjz6vrwz0"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests included