diff options
author | Leo Famulari <leo@famulari.name> | 2017-11-09 13:23:22 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-09 13:23:39 -0500 |
commit | 3694a9b33be5c977567ede2d8e23a8159bdb344c (patch) | |
tree | 6a5ec6e9ac648cebf9d31b38d4a09dc0de5050ea | |
parent | ad9b8987f309c3fcb1cd0d97d2d3cdf664d88e85 (diff) | |
download | patches-3694a9b33be5c977567ede2d8e23a8159bdb344c.tar patches-3694a9b33be5c977567ede2d8e23a8159bdb344c.tar.gz |
gnu: chromaprint: Update to 1.4.2.
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.2.
-rw-r--r-- | gnu/packages/mp3.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index a75b1f3f78..1860997e09 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -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* |