diff options
author | Leo Famulari <lfamular@gmail.com> | 2016-02-21 03:55:30 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-22 20:16:25 -0500 |
commit | fae58fe1d11ad33c1465f0f5ab5898f98f92af88 (patch) | |
tree | 1bf9720e0b6c18e8fc8e1e6ddac7a7085ea1f1c4 /gnu/packages/mpd.scm | |
parent | a4c7c57c2cef1f89b42c5f185acf35682dea7b6e (diff) | |
download | guix-fae58fe1d11ad33c1465f0f5ab5898f98f92af88.tar guix-fae58fe1d11ad33c1465f0f5ab5898f98f92af88.tar.gz |
gnu: mpd: Update to 0.19.12.
* gnu/packages/mpd.scm (mpd): Update t0 0.19.12.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index f868ef8df2..5a6377224d 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -70,7 +70,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.19.10") + (version "0.19.12") (source (origin (method url-fetch) (uri @@ -79,7 +79,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "0laqn68iggqf0h06hg282cvpd9wsjqpjfg5fnn9wk3gr48yyp1n3")))) + "0xg8w5vn6xd0yfw55qj6wnav7v14nmr00s3d4w5gixbjrv3ycvvv")))) (build-system gnu-build-system) (inputs `(("ao" ,ao) ("alsa-lib" ,alsa-lib) |