diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 15:02:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 15:20:12 +0100 |
commit | eb28d9cf8d04e0df9d8025f91d836bba7a05eb82 (patch) | |
tree | e9312217d8c66f2496a11570a57b54a1254bbbd2 /gnu/packages/mp3.scm | |
parent | 17334e000ed7236bc50090139f09e931b5bdf65c (diff) | |
download | guix-eb28d9cf8d04e0df9d8025f91d836bba7a05eb82.tar.gz |
gnu: mpg123: Update to 1.25.13.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.13.
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 9a1cf60c2e..b8e54d4058 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -306,7 +306,7 @@ This package contains the binary.") (define-public mpg123 (package (name "mpg123") - (version "1.25.12") + (version "1.25.13") (source (origin (method url-fetch) (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/" @@ -316,7 +316,7 @@ This package contains the binary.") version ".tar.bz2"))) (sha256 (base32 - "1l9iwwgqzw6yg5zk9pqmlbfyq6d8dqysbmj0j3m8dyrxd34wgzhz")))) + "02l915jq0ymndb082g6w89bpf66z04ifa1lr7ga3yycw6m46hc4h")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-default-audio=pulse"))) (native-inputs `(("pkg-config" ,pkg-config))) |