gnu: clyrics: Update to 0.12.
* gnu/packages/music.scm (clyrics): Update to 0.12.master
parent
b7a3461752
commit
9aec93be4d
|
@ -4383,7 +4383,7 @@ at @code{musicbrainz.org}.")
|
||||||
(define-public clyrics
|
(define-public clyrics
|
||||||
(package
|
(package
|
||||||
(name "clyrics")
|
(name "clyrics")
|
||||||
(version "0.11")
|
(version "0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4392,8 +4392,7 @@ at @code{musicbrainz.org}.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1l9iqz6vxrrxapv7s110g360bqxksir4dcqd8w0l4lhmnfmz3vnk"))))
|
||||||
"0vfjy555achgi5zwa34x4q7r692nc6bq4jx518a5w4m7k5fvm71j"))))
|
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash) ; for the wrapped program
|
`(("bash" ,bash) ; for the wrapped program
|
||||||
|
|
Reference in New Issue