diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-24 18:01:22 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-24 18:27:44 -0400 |
commit | bf4843bae1d4f5cc9f5dc46a458edff4368beef5 (patch) | |
tree | 9d1213f902c565c3d371e2b45a01e35ced7e702e /gnu/packages/mpd.scm | |
parent | 282ee5aa93adf2ea53fb67154f9f2f5d543adae5 (diff) |
gnu: mpd: Update to 0.19.19.
* gnu/packages/mpd.scm (mpd): Update to 0.19.19.
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 1049a93918..674e8e3df7 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -71,7 +71,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.19.18") + (version "0.19.19") (source (origin (method url-fetch) (uri @@ -80,7 +80,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "0izd0ph570055s1np6dynxhwbh0h6kb6agvfhxzbj34qahf9jk3n")))) + "07af1m2lgblyiq0gcs26zv8n22wrhrpmf49xsm338h1n87d6r1dw")))) (build-system gnu-build-system) (inputs `(("ao" ,ao) ("alsa-lib" ,alsa-lib) |