gnu: mpg123: Update to 1.25.12.

* gnu/packages/mp3.scm (mpg123): Update to 1.25.12.
master
Tobias Geerinckx-Rice 2019-08-30 20:56:23 +02:00
parent c9e37fe353
commit 7ef15fa378
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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