me
/
guix
Archived
1
0
Fork 0

gnu: chromaprint: Update to 1.4.2.

* gnu/packages/mp3.scm (chromaprint): Update to 1.4.2.
master
Leo Famulari 2017-11-09 13:23:22 -05:00
parent ad9b8987f3
commit 3694a9b33b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 2 deletions

View File

@ -497,14 +497,15 @@ command-line tool.")
(define-public chromaprint
(package
(name "chromaprint")
(version "1.3.2")
(version "1.4.2")
(source (origin
(method url-fetch)
(uri (string-append
"https://bitbucket.org/acoustid/chromaprint/downloads/"
"chromaprint-" version ".tar.gz"))
(sha256
(base32 "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3"))))
(base32
"1m5l4rfkwz6m77m3qjs41n7rmscw0hfvv4z79srpbpa1x2khk5lq"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; tests require googletest *sources*