gnu: soundtouch: Update to 2.0.0.
* gnu/packages/audio.scm (soundtouch): Update to 2.0.0.
This commit is contained in:
parent
180a8986e5
commit
eb88ccf711
|
@ -2582,7 +2582,7 @@ Tracker 3 S3M and Impulse Tracker IT files.")
|
||||||
(define-public soundtouch
|
(define-public soundtouch
|
||||||
(package
|
(package
|
||||||
(name "soundtouch")
|
(name "soundtouch")
|
||||||
(version "1.8.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2590,7 +2590,8 @@ Tracker 3 S3M and Impulse Tracker IT files.")
|
||||||
(string-append
|
(string-append
|
||||||
"http://www.surina.net/soundtouch/soundtouch-" version ".tar.gz"))
|
"http://www.surina.net/soundtouch/soundtouch-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sqn3wk4qz20vf0vz853l6dl1gnj1yhqxfwxqsc5lp529kbn2h9x"))))
|
(base32
|
||||||
|
"09cxr02mfyj2bg731bj0i9hh565x8l9p91aclxs8wpqv8b8zf96j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in New Issue