mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: clyrics: Update to 0.12.
* gnu/packages/music.scm (clyrics): Update to 0.12.
This commit is contained in:
parent
b7a3461752
commit
9aec93be4d
1 changed files with 2 additions and 3 deletions
|
@ -4383,7 +4383,7 @@ (define-public perl-webservice-musicbrainz
|
||||||
(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 @@ (define-public clyrics
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue