diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-30 20:56:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-30 23:10:20 +0200 |
commit | 7ef15fa378d0cc5d14a244f6f53ffe44c682f7c8 (patch) | |
tree | 731da129aa4aa328a52b528bacb8a7be67f41998 /gnu/packages/mp3.scm | |
parent | c9e37fe35391741d0db00c46a0629aff8bf70701 (diff) | |
download | patches-7ef15fa378d0cc5d14a244f6f53ffe44c682f7c8.tar patches-7ef15fa378d0cc5d14a244f6f53ffe44c682f7c8.tar.gz |
gnu: mpg123: Update to 1.25.12.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.12.
Diffstat (limited to 'gnu/packages/mp3.scm')
-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 967e299803..a218071edb 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -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))) |