me
/
guix
Archived
1
0
Fork 0

gnu: speex: Update to 1.2.1.

* gnu/packages/xiph.scm (speex): Update to 1.2.1.
master
Maxim Cournoyer 2023-02-07 09:13:58 -05:00
parent 0be7ef793c
commit 31dac1f0fb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ compressed video format.")
(define-public speex
(package
(name "speex")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
@ -138,7 +138,7 @@ compressed video format.")
version ".tar.gz"))
(sha256
(base32
"150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
"1spy51kaxfhpj8171gn1s69wz82nzkz2k0x7k0nhldwangrd8i2b"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))