gnu: redkite: Update to 0.8.0.
* gnu/packages/audio.scm (redkite): Update to 0.8.0.
This commit is contained in:
parent
95856a6e02
commit
4656c95c06
1 changed files with 2 additions and 2 deletions
|
@ -3882,7 +3882,7 @@ stream to one or more IceCast and/or ShoutCast servers.")
|
||||||
(define-public redkite
|
(define-public redkite
|
||||||
(package
|
(package
|
||||||
(name "redkite")
|
(name "redkite")
|
||||||
(version "0.6.2")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3892,7 +3892,7 @@ stream to one or more IceCast and/or ShoutCast servers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i874izajbdhlfacwwj84qrsxf7g4y6nblzxalrkzaap9sa7d1r6"))))
|
"1747w1kg8y9jbl11xi018d85dm38xk7843pz26sh0k5fdv87a10q"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests included
|
`(#:tests? #f)) ;no tests included
|
||||||
|
|
Reference in a new issue