gnu: mpg123: Update to 1.26.0.

* gnu/packages/mp3.scm (mpg123): Update to 1.26.0.
[inputs]: Re-order alphabetically.
This commit is contained in:
Nicolas Goaziou 2020-05-29 23:23:38 +02:00
parent 91c8b23e57
commit fa3e71d674
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -309,8 +309,9 @@ (define-public mp3splt
(define-public mpg123 (define-public mpg123
(package (package
(name "mpg123") (name "mpg123")
(version "1.25.13") (version "1.26.0")
(source (origin (source
(origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "mirror://sourceforge/mpg123/mpg123/" (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
version "/mpg123-" version ".tar.bz2") version "/mpg123-" version ".tar.bz2")
@ -318,13 +319,14 @@ (define-public mpg123
"https://www.mpg123.org/download/mpg123-" "https://www.mpg123.org/download/mpg123-"
version ".tar.bz2"))) version ".tar.bz2")))
(sha256 (sha256
(base32 (base32 "0s62k45mz6264h0ljkrrs9vyagvl78q9pxhi7dnbk56pmgs0br74"))))
"02l915jq0ymndb082g6w89bpf66z04ifa1lr7ga3yycw6m46hc4h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-default-audio=pulse"))) (arguments '(#:configure-flags '("--with-default-audio=pulse")))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs
(inputs `(("pulseaudio" ,pulseaudio) `(("pkg-config" ,pkg-config)))
("alsa-lib" ,alsa-lib))) (inputs
`(("alsa-lib" ,alsa-lib)
("pulseaudio" ,pulseaudio)))
(home-page "https://www.mpg123.org/") (home-page "https://www.mpg123.org/")
(synopsis "Console MP3 player and decoder library") (synopsis "Console MP3 player and decoder library")
(description (description