gnu: clyrics: Update to 0.13.

* gnu/packages/music.scm (clyrics): Update to 0.13.
This commit is contained in:
Ludovic Courtès 2022-07-19 18:57:05 +02:00
parent fb868cd779
commit dbf0987971
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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