diff options
author | Leo Famulari <leo@famulari.name> | 2018-04-18 17:13:15 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-04-18 17:14:13 -0400 |
commit | 4a146957e7c43037da0c7ec76a6477257a564f35 (patch) | |
tree | 8680b3559378a344868d58d9b68c1ffede6d7a3c /gnu | |
parent | 5e3010a2ac651397e0cb69239a7d7aa3c0a5703e (diff) | |
download | patches-4a146957e7c43037da0c7ec76a6477257a564f35.tar patches-4a146957e7c43037da0c7ec76a6477257a564f35.tar.gz |
gnu: mpg123: Update to 1.25.10.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.10.
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 49313123c5..48bf33235f 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -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))) |