gnu: mpg123: Update to 1.23.8.

* gnu/packages/mp3.scm (mpg123): Update to 1.23.8.
This commit is contained in:
Leo Famulari 2016-10-23 04:53:02 -04:00
parent 6f52b82d42
commit d78b652c16
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -289,14 +289,14 @@ (define-public mp3splt
(define-public mpg123
(package
(name "mpg123")
(version "1.22.4")
(version "1.23.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/mpg123/mpg123/" version
"/mpg123-" version ".tar.bz2"))
(sha256
(base32
"1lj0xv0b6sgqsbhx10dg60cnzgz98i76gxy51kqh11hka0pf0sah"))))
"13ngfzk84k4ks7ymanmq8f6707yrybra5h0mk3ir6mdnxk4068yy"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
(native-inputs `(("pkg-config" ,pkg-config)))