gnu: gsm: Update to 1.0.18.

* gnu/packages/audio.scm (gsm): Update to 1.0.18.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-18 02:04:17 +02:00
parent 1d40a822b6
commit aabe29af0d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3128,7 +3128,7 @@ (define-public filteraudio
(define-public gsm
(package
(name "gsm")
(version "1.0.17")
(version "1.0.18")
(source
(origin
(method url-fetch)
@ -3137,7 +3137,7 @@ (define-public gsm
"-" version ".tar.gz"))
(sha256
(base32
"00bns0d4wwrvc60lj2w7wz4yk49q1f6rpdrwqzrxsha9d78mfnl5"))))
"041amvpz8cvxykl3pwqldrzxligmmzcg8ncdnxbg32rlqf3q1xh4"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "tst"
@ -3163,7 +3163,7 @@ (define-public gsm
(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.")