gnu: chromaprint: Update to 1.4.3.
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.3. [source]: Update URI.
This commit is contained in:
parent
6080632df8
commit
1f577b469a
|
@ -495,15 +495,15 @@ command-line tool.")
|
||||||
(define-public chromaprint
|
(define-public chromaprint
|
||||||
(package
|
(package
|
||||||
(name "chromaprint")
|
(name "chromaprint")
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://bitbucket.org/acoustid/chromaprint/downloads/"
|
"https://github.com/acoustid/chromaprint/releases/download/v"
|
||||||
"chromaprint-" version ".tar.gz"))
|
version "/chromaprint-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m5l4rfkwz6m77m3qjs41n7rmscw0hfvv4z79srpbpa1x2khk5lq"))))
|
"10kz8lncal4s2rp2rqpgc6xyjp0jzcrihgkx7chf127vfs5n067a"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests require googletest *sources*
|
`(#:tests? #f ; tests require googletest *sources*
|
||||||
|
|
Loading…
Reference in New Issue