gnu: speexdsp: Update to 1.2.1.
* gnu/packages/xiph.scm (speexdsp): Update to 1.2.1.
This commit is contained in:
parent
aee59d5af7
commit
24f6855a67
@ -160,14 +160,14 @@ stereo encoding, and voice activity detection.")
|
|||||||
(define-public speexdsp
|
(define-public speexdsp
|
||||||
(package
|
(package
|
||||||
(name "speexdsp")
|
(name "speexdsp")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://downloads.xiph.org/releases/speex/"
|
(uri (string-append "https://downloads.xiph.org/releases/speex/"
|
||||||
"speexdsp-" version ".tar.gz"))
|
"speexdsp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
|
"0gadnnpg9994cindpnw35j45dnr4bflkig1aqxlrafd6wi1p6xwc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-static"
|
`(#:configure-flags '("--disable-static"
|
||||||
|
Loading…
Reference in New Issue
Block a user