gnu: speex: Update to 1.2.0.
* gnu/packages/xiph.scm (speex): Update to 1.2.0.
This commit is contained in:
parent
b1972a83e8
commit
8efd10cd11
|
@ -127,7 +127,7 @@ compressed video format.")
|
||||||
(define speex
|
(define speex
|
||||||
(package
|
(package
|
||||||
(name "speex")
|
(name "speex")
|
||||||
(version "1.2rc1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -135,7 +135,7 @@ compressed video format.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19mpkhbz3s08snvndn0h1dk2j139max6b0rr86nnsjmxazf30brl"))))
|
"150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("libogg" ,libogg)))
|
(inputs `(("libogg" ,libogg)))
|
||||||
(home-page "https://gnu.org/software/speex")
|
(home-page "https://gnu.org/software/speex")
|
||||||
|
|
Loading…
Reference in New Issue