guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: speexdsp: Update to 1.2.1.


From: guix-commits
Subject: branch staging updated: gnu: speexdsp: Update to 1.2.1.
Date: Fri, 24 Mar 2023 21:41:01 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new c1a2e26b28 gnu: speexdsp: Update to 1.2.1.
c1a2e26b28 is described below

commit c1a2e26b28ab2a2b2cb0b0c6ca46da93efe97948
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Mar 24 21:40:00 2023 -0400

    gnu: speexdsp: Update to 1.2.1.
    
    * gnu/packages/xiph.scm (speexdsp): Update to 1.2.1.
---
 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 5ee3620798..42bf5d5fb8 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -160,14 +160,14 @@ stereo encoding, and voice activity detection.")
 (define-public speexdsp
   (package
     (name "speexdsp")
-    (version "1.2.0")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.xiph.org/releases/speex/";
                                   "speexdsp-" version ".tar.gz"))
               (sha256
                (base32
-                "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
+                "0gadnnpg9994cindpnw35j45dnr4bflkig1aqxlrafd6wi1p6xwc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static"



reply via email to

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