guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: soundtouch: Update to 2.2.


From: guix-commits
Subject: 02/07: gnu: soundtouch: Update to 2.2.
Date: Fri, 16 Oct 2020 09:18:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 46fd582ff5870efd7d243d6d0fcdfaa9c7cf2edf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 13:48:30 2020 +0200

    gnu: soundtouch: Update to 2.2.
    
    * gnu/packages/audio.scm (soundtouch): Update to 2.2.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d271c4b..e6b3dda 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]