gnu: soundtouch: Update to 2.0.0.

* gnu/packages/audio.scm (soundtouch): Update to 2.0.0.
master
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
1 changed files with 3 additions and 2 deletions

View File

@ -2582,7 +2582,7 @@ Tracker 3 S3M and Impulse Tracker IT files.")
(define-public soundtouch
(package
(name "soundtouch")
(version "1.8.0")
(version "2.0.0")
(source
(origin
(method url-fetch)
@ -2590,7 +2590,8 @@ Tracker 3 S3M and Impulse Tracker IT files.")
(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)