[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: gsm: Update to 1.0.18.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/11: gnu: gsm: Update to 1.0.18. |
Date: |
Fri, 18 May 2018 23:31:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit aabe29af0d97a203d3e0dccee3023f1f16d3f0a3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri May 18 02:04:17 2018 +0200
gnu: gsm: Update to 1.0.18.
* gnu/packages/audio.scm (gsm): Update to 1.0.18.
---
gnu/packages/audio.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8c5ea85..b92089e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3128,7 +3128,7 @@ code, used in @code{libtoxcore}.")
(define-public gsm
(package
(name "gsm")
- (version "1.0.17")
+ (version "1.0.18")
(source
(origin
(method url-fetch)
@@ -3137,7 +3137,7 @@ code, used in @code{libtoxcore}.")
"-" version ".tar.gz"))
(sha256
(base32
- "00bns0d4wwrvc60lj2w7wz4yk49q1f6rpdrwqzrxsha9d78mfnl5"))))
+ "041amvpz8cvxykl3pwqldrzxligmmzcg8ncdnxbg32rlqf3q1xh4"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "tst"
@@ -3163,7 +3163,7 @@ code, used in @code{libtoxcore}.")
(mkdir-p (string-append out "/include/gsm"))
(copy-recursively "inc"
(string-append out "/include/gsm")))))
- (delete 'configure))))
+ (delete 'configure)))) ; no configure script
(synopsis "GSM 06.10 lossy speech compression library")
(description "This C library provides an encoder and a decoder for the GSM
06.10 RPE-LTP lossy speech compression algorithm.")
- branch master updated (263c994 -> 54300cf), Tobias Geerinckx-Rice, 2018/05/18
- 01/11: gnu: fluidsynth: Update to 1.1.11., Tobias Geerinckx-Rice, 2018/05/18
- 04/11: gnu: qjackrcd: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/18
- 08/11: gnu: r-modelr: Update to 0.1.2., Tobias Geerinckx-Rice, 2018/05/18
- 02/11: gnu: gsm: Update to 1.0.18.,
Tobias Geerinckx-Rice <=
- 07/11: gnu: perl-io-compress: Update to 2.081., Tobias Geerinckx-Rice, 2018/05/18
- 05/11: gnu: perl-compress-raw-zlib: Update to 2.081., Tobias Geerinckx-Rice, 2018/05/18
- 09/11: gnu: r-amap: Update to 0.8-16., Tobias Geerinckx-Rice, 2018/05/18
- 10/11: gnu: f-seq: Factorise ‘install’ phase., Tobias Geerinckx-Rice, 2018/05/18
- 03/11: gnu: cava: Update to 0.6.1., Tobias Geerinckx-Rice, 2018/05/18
- 06/11: gnu: perl-compress-raw-bzip2: Update to 2.081., Tobias Geerinckx-Rice, 2018/05/18
- 11/11: gnu: xterm: Update to 333., Tobias Geerinckx-Rice, 2018/05/18