gnu: clyrics: Update to 0.11.
* gnu/packages/music.scm (clyrics): Update to 0.11. Re-indent.
This commit is contained in:
parent
89e1b270d2
commit
7f56f10706
|
@ -4227,7 +4227,7 @@ at @code{musicbrainz.org}.")
|
|||
(define-public clyrics
|
||||
(package
|
||||
(name "clyrics")
|
||||
(version "0.10")
|
||||
(version "0.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4237,7 +4237,7 @@ at @code{musicbrainz.org}.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qvj4dyipkkdccx5hci4z0q23i54ldk6hh7x5m35a7f70rrj6fbk"))))
|
||||
"0vfjy555achgi5zwa34x4q7r692nc6bq4jx518a5w4m7k5fvm71j"))))
|
||||
(build-system trivial-build-system)
|
||||
(inputs
|
||||
`(("bash" ,bash) ; for the wrapped program
|
||||
|
|
Loading…
Reference in New Issue