mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue