diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-28 11:19:08 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-28 11:21:45 -0400 |
commit | 6bcf1cd5dbec63691dacb51f143ccf33fb0e140a (patch) | |
tree | 5f36b964310e85a7d14a4683ecfd8652bb5de0f7 /gnu | |
parent | e61bc976f6f3020f4420dabc6e582e1a8c9e4b75 (diff) | |
download | guix-6bcf1cd5dbec63691dacb51f143ccf33fb0e140a.tar guix-6bcf1cd5dbec63691dacb51f143ccf33fb0e140a.tar.gz |
gnu: mpg123: Update to 1.25.0.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mp3.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 78c2b2f73b..8a3a5809c7 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -290,14 +290,14 @@ This package contains the binary.") (define-public mpg123 (package (name "mpg123") - (version "1.23.8") + (version "1.25.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/mpg123/mpg123/" version "/mpg123-" version ".tar.bz2")) (sha256 (base32 - "13ngfzk84k4ks7ymanmq8f6707yrybra5h0mk3ir6mdnxk4068yy")))) + "0j2fyb984cwvhn8kicf87y39bhjsg43p14aj893hzq25n0fkwbjm")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-default-audio=pulse"))) (native-inputs `(("pkg-config" ,pkg-config))) |