3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mpg123: Update to 1.25.10.

* gnu/packages/mp3.scm (mpg123): Update to 1.25.10.
This commit is contained in:
Leo Famulari 2018-04-18 17:13:15 -04:00
parent 5e3010a2ac
commit 4a146957e7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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