gnu: soundtouch: Update to 2.2.

* gnu/packages/audio.scm (soundtouch): Update to 2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 13:48:30 +02:00
parent 1aa375528b
commit 46fd582ff5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3304,7 +3304,7 @@ (define-public xmp
(define-public soundtouch
(package
(name "soundtouch")
(version "2.1.2")
(version "2.2")
(source
(origin
(method git-fetch)
@ -3313,7 +3313,7 @@ (define-public soundtouch
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "174wgm3s0inmbnkrlnspxjwm2014qhjhkbdqa5r8rbfi0nzqxzsz"))))
(base32 "12i6yg8vvqwyk412lxl2krbfby6hnxld8qxy0k4m5xp4g94jiq4p"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)