me
/
guix
Archived
1
0
Fork 0

gnu: speex: Update to 1.2.0.

* gnu/packages/xiph.scm (speex): Update to 1.2.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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")