gnu: soundtouch: Update to 2.0.0.

* gnu/packages/audio.scm (soundtouch): Update to 2.0.0.
This commit is contained in:
Leo Famulari 2018-08-22 12:50:24 -04:00
parent 180a8986e5
commit eb88ccf711
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2582,7 +2582,7 @@ (define-public xmp
(define-public soundtouch
(package
(name "soundtouch")
(version "1.8.0")
(version "2.0.0")
(source
(origin
(method url-fetch)
@ -2590,7 +2590,8 @@ (define-public soundtouch
(string-append
"http://www.surina.net/soundtouch/soundtouch-" version ".tar.gz"))
(sha256
(base32 "0sqn3wk4qz20vf0vz853l6dl1gnj1yhqxfwxqsc5lp529kbn2h9x"))))
(base32
"09cxr02mfyj2bg731bj0i9hh565x8l9p91aclxs8wpqv8b8zf96j"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)