guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: soundtouch: Update to 2.0.0.


From: Leo Famulari
Subject: 01/02: gnu: soundtouch: Update to 2.0.0.
Date: Wed, 22 Aug 2018 13:46:48 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit eb88ccf711673850ae3386624510f6add8534e53
Author: Leo Famulari <address@hidden>
Date:   Wed Aug 22 12:50:24 2018 -0400

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 82533da..66210db 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2582,7 +2582,7 @@ Tracker 3 S3M and Impulse Tracker IT files.")
 (define-public soundtouch
   (package
     (name "soundtouch")
-    (version "1.8.0")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
@@ -2590,7 +2590,8 @@ Tracker 3 S3M and Impulse Tracker IT files.")
         (string-append
          "http://www.surina.net/soundtouch/soundtouch-"; version ".tar.gz"))
        (sha256
-        (base32 "0sqn3wk4qz20vf0vz853l6dl1gnj1yhqxfwxqsc5lp529kbn2h9x"))))
+        (base32
+         "09cxr02mfyj2bg731bj0i9hh565x8l9p91aclxs8wpqv8b8zf96j"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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