mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: chromaprint: Update to 1.5.1.
* gnu/packages/mp3.scm (chromaprint): Update to 1.5.1.
This commit is contained in:
parent
a41fee184f
commit
06bf24dcb9
1 changed files with 2 additions and 3 deletions
|
@ -585,15 +585,14 @@ (define-public eyed3
|
|||
(define-public chromaprint
|
||||
(package
|
||||
(name "chromaprint")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/acoustid/chromaprint/releases/download/v"
|
||||
version "/chromaprint-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sknmyl5254rc55bvkhfwpl4dfvz45xglk1rq8zq5crmwq058fjp"))))
|
||||
(base32 "072y6c7ijkm6r674f6z089rbdazrmxzpdcsm6y6vf64b7gxdiam1"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; tests require googletest *sources*
|
||||
|
|
Loading…
Reference in a new issue