gnu: mpg123: Update to 1.25.13.

* gnu/packages/mp3.scm (mpg123): Update to 1.25.13.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-27 15:02:22 +01:00
parent 17334e000e
commit eb28d9cf8d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -306,7 +306,7 @@ This package contains the binary.")
(define-public mpg123
(package
(name "mpg123")
(version "1.25.12")
(version "1.25.13")
(source (origin
(method url-fetch)
(uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
@ -316,7 +316,7 @@ This package contains the binary.")
version ".tar.bz2")))
(sha256
(base32
"1l9iwwgqzw6yg5zk9pqmlbfyq6d8dqysbmj0j3m8dyrxd34wgzhz"))))
"02l915jq0ymndb082g6w89bpf66z04ifa1lr7ga3yycw6m46hc4h"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
(native-inputs `(("pkg-config" ,pkg-config)))