mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: speexdsp: Update to 1.2.0.
* gnu/packages/xiph.scm (speexdsp): Update to 1.2.0.
This commit is contained in:
parent
bbeeeb148e
commit
4e8284f031
1 changed files with 2 additions and 2 deletions
|
@ -160,14 +160,14 @@ (define speex
|
|||
(define speexdsp
|
||||
(package
|
||||
(name "speexdsp")
|
||||
(version "1.2rc3")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.xiph.org/releases/speex/"
|
||||
"speexdsp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wcjyrnwlkayb20zdhp48y260rfyzg925qpjpljd5x9r01h8irja"))))
|
||||
"0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '(,@(if (string=? "aarch64-linux"
|
||||
|
|
Loading…
Reference in a new issue