gnu: soundtouch: Update to 2.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 11:48:30 +0000 (13:48 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 13:09:53 +0000 (15:09 +0200)
* gnu/packages/audio.scm (soundtouch): Update to 2.2.

gnu/packages/audio.scm

index d271c4b..e6b3dda 100644 (file)
@@ -3304,7 +3304,7 @@ Tracker 3 S3M and Impulse Tracker IT files.")
 (define-public soundtouch
   (package
     (name "soundtouch")
-    (version "2.1.2")
+    (version "2.2")
     (source
      (origin
        (method git-fetch)
@@ -3313,7 +3313,7 @@ Tracker 3 S3M and Impulse Tracker IT files.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "174wgm3s0inmbnkrlnspxjwm2014qhjhkbdqa5r8rbfi0nzqxzsz"))))
+        (base32 "12i6yg8vvqwyk412lxl2krbfby6hnxld8qxy0k4m5xp4g94jiq4p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)