mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: clyrics: Update to 0.13.
* gnu/packages/music.scm (clyrics): Update to 0.13.
This commit is contained in:
parent
fb868cd779
commit
dbf0987971
1 changed files with 2 additions and 2 deletions
|
@ -5374,7 +5374,7 @@ (define-public perl-webservice-musicbrainz
|
||||||
(define-public clyrics
|
(define-public clyrics
|
||||||
(package
|
(package
|
||||||
(name "clyrics")
|
(name "clyrics")
|
||||||
(version "0.12")
|
(version "0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5383,7 +5383,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 "1l9iqz6vxrrxapv7s110g360bqxksir4dcqd8w0l4lhmnfmz3vnk"))))
|
(base32 "0py31linlbphl18wxj5v00gggvxp9djg466mjncf5wpa147hs8r3"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list bash ; for the wrapped program
|
(list bash ; for the wrapped program
|
||||||
|
|
Loading…
Reference in a new issue