gnu: speex: Update to 1.2.0.

* gnu/packages/xiph.scm (speex): Update to 1.2.0.
This commit is contained in:
Leo Famulari 2017-01-01 17:53:34 -05:00
parent b1972a83e8
commit 8efd10cd11
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -127,7 +127,7 @@ (define libtheora
(define speex
(package
(name "speex")
(version "1.2rc1")
(version "1.2.0")
(source
(origin
(method url-fetch)
@ -135,7 +135,7 @@ (define speex
version ".tar.gz"))
(sha256
(base32
"19mpkhbz3s08snvndn0h1dk2j139max6b0rr86nnsjmxazf30brl"))))
"150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
(build-system gnu-build-system)
(inputs `(("libogg" ,libogg)))
(home-page "https://gnu.org/software/speex")