apteryx pushed a commit to branch master
in repository guix.

commit fcd80d3089370efd23484087c98260819d6fb437
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Feb 7 09:13:58 2023 -0500

    gnu: speex: Update to 1.2.1.
    
    * gnu/packages/xiph.scm (speex): 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 dffad299e9..5ee3620798 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -130,7 +130,7 @@ compressed video format.")
 (define-public speex
   (package
     (name "speex")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
       (method url-fetch)
@@ -138,7 +138,7 @@ compressed video format.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
+        "1spy51kaxfhpj8171gn1s69wz82nzkz2k0x7k0nhldwangrd8i2b"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))

Reply via email to