aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-24 21:40:00 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:11:35 -0400
commit24f6855a67710354074696482cf86cf2b8bb43b8 (patch)
tree080c04e3ddfc9d654a465dab2a3f35d2cbdaa5db /gnu
parentaee59d5af7e5759fb8201e63624d438b4bd118f6 (diff)
downloadguix-24f6855a67710354074696482cf86cf2b8bb43b8.tar.gz
guix-24f6855a67710354074696482cf86cf2b8bb43b8.zip
gnu: speexdsp: Update to 1.2.1.
* gnu/packages/xiph.scm (speexdsp): Update to 1.2.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xiph.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 5ee3620798..42bf5d5fb8 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -160,14 +160,14 @@ stereo encoding, and voice activity detection.")
(define-public speexdsp
(package
(name "speexdsp")
- (version "1.2.0")
+ (version "1.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.xiph.org/releases/speex/"
"speexdsp-" version ".tar.gz"))
(sha256
(base32
- "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
+ "0gadnnpg9994cindpnw35j45dnr4bflkig1aqxlrafd6wi1p6xwc"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static"