guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: speexdsp: Update to 1.2.0.


From: guix-commits
Subject: 07/10: gnu: speexdsp: Update to 1.2.0.
Date: Sat, 15 Jun 2019 04:52:18 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 4e8284f031323678f078a15d8af1742332b326e5
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 14 11:49:31 2019 +0200

    gnu: speexdsp: Update to 1.2.0.
    
    * gnu/packages/xiph.scm (speexdsp): Update to 1.2.0.
---
 gnu/packages/xiph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 8f900cf..804cfd3 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -160,14 +160,14 @@ stereo encoding, and voice activity detection.")
 (define speexdsp
   (package
     (name "speexdsp")
-    (version "1.2rc3")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.xiph.org/releases/speex/";
                                   "speexdsp-" version ".tar.gz"))
               (sha256
                (base32
-                "1wcjyrnwlkayb20zdhp48y260rfyzg925qpjpljd5x9r01h8irja"))))
+                "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '(,@(if (string=? "aarch64-linux"



reply via email to

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