diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 22:22:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 23:14:02 +0100 |
commit | 1f577b469a357a50c01cef52ff05b808a94b9619 (patch) | |
tree | 2ba0df51f0c6fba1ed38ff35fa67c111d628a1e0 /gnu/packages/mp3.scm | |
parent | 6080632df8109a9c95eede3ffe02b92f59b83148 (diff) | |
download | patches-1f577b469a357a50c01cef52ff05b808a94b9619.tar patches-1f577b469a357a50c01cef52ff05b808a94b9619.tar.gz |
gnu: chromaprint: Update to 1.4.3.
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.3.
[source]: Update URI.
Diffstat (limited to 'gnu/packages/mp3.scm')
-rw-r--r-- | gnu/packages/mp3.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 98f3e7763d..6dc58e2cc8 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -495,15 +495,15 @@ command-line tool.") (define-public chromaprint (package (name "chromaprint") - (version "1.4.2") + (version "1.4.3") (source (origin (method url-fetch) (uri (string-append - "https://bitbucket.org/acoustid/chromaprint/downloads/" - "chromaprint-" version ".tar.gz")) + "https://github.com/acoustid/chromaprint/releases/download/v" + version "/chromaprint-" version ".tar.gz")) (sha256 (base32 - "1m5l4rfkwz6m77m3qjs41n7rmscw0hfvv4z79srpbpa1x2khk5lq")))) + "10kz8lncal4s2rp2rqpgc6xyjp0jzcrihgkx7chf127vfs5n067a")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; tests require googletest *sources* |