gnu: soundtouch: Update to 2.2.
* gnu/packages/audio.scm (soundtouch): Update to 2.2.
This commit is contained in:
parent
1aa375528b
commit
46fd582ff5
1 changed files with 2 additions and 2 deletions
|
@ -3304,7 +3304,7 @@ Tracker 3 S3M and Impulse Tracker IT files.")
|
||||||
(define-public soundtouch
|
(define-public soundtouch
|
||||||
(package
|
(package
|
||||||
(name "soundtouch")
|
(name "soundtouch")
|
||||||
(version "2.1.2")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3313,7 +3313,7 @@ Tracker 3 S3M and Impulse Tracker IT files.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "174wgm3s0inmbnkrlnspxjwm2014qhjhkbdqa5r8rbfi0nzqxzsz"))))
|
(base32 "12i6yg8vvqwyk412lxl2krbfby6hnxld8qxy0k4m5xp4g94jiq4p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue