[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: speex: Update to 1.2.0.
From: |
Leo Famulari |
Subject: |
02/06: gnu: speex: Update to 1.2.0. |
Date: |
Tue, 17 Jan 2017 08:59:07 +0000 (UTC) |
lfam pushed a commit to branch staging
in repository guix.
commit 8efd10cd11f6e0d014b08410bd81d89941a52662
Author: Leo Famulari <address@hidden>
Date: Sun Jan 1 17:53:34 2017 -0500
gnu: speex: Update to 1.2.0.
* gnu/packages/xiph.scm (speex): 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 fc5cd6c..46afe08 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -127,7 +127,7 @@ compressed video format.")
(define speex
(package
(name "speex")
- (version "1.2rc1")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -135,7 +135,7 @@ compressed video format.")
version ".tar.gz"))
(sha256
(base32
- "19mpkhbz3s08snvndn0h1dk2j139max6b0rr86nnsjmxazf30brl"))))
+ "150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
(build-system gnu-build-system)
(inputs `(("libogg" ,libogg)))
(home-page "https://gnu.org/software/speex")
- branch staging updated (8c6b077 -> 351ab2c), Leo Famulari, 2017/01/17
- 04/06: gnu: libdrm: Update to 2.4.74., Leo Famulari, 2017/01/17
- 02/06: gnu: speex: Update to 1.2.0.,
Leo Famulari <=
- 06/06: Merge branch 'master' into staging, Leo Famulari, 2017/01/17
- 01/06: gnu: libsndfile: Update to 1.0.27., Leo Famulari, 2017/01/17
- 05/06: gnu: doxygen: Use sh from the store., Leo Famulari, 2017/01/17
- 03/06: gnu: flac: Update to 1.3.2., Leo Famulari, 2017/01/17