aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-12-29 11:29:01 -0500
committerLeo Famulari <leo@famulari.name>2016-12-29 11:30:31 -0500
commitd835c6cc4bc343810ec223be3d9879830e782428 (patch)
tree55b6505da9e937a1c866dffbb17e35d385be6ee2 /gnu/packages/mpd.scm
parentb9542563375fbd5f25bb77fd476b762916b63bd1 (diff)
downloadguix-d835c6cc4bc343810ec223be3d9879830e782428.tar
guix-d835c6cc4bc343810ec223be3d9879830e782428.tar.gz
gnu: mpd: Update to 0.19.21.
* gnu/packages/mpd.scm (mpd): Update to 0.19.21.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r--gnu/packages/mpd.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 7b77c11835..36a31048ae 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -74,7 +74,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.19.19")
+ (version "0.19.21")
(source (origin
(method url-fetch)
(uri
@@ -83,7 +83,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "07af1m2lgblyiq0gcs26zv8n22wrhrpmf49xsm338h1n87d6r1dw"))))
+ "0c0p61p3jfh89pnqwd9nrw55krfvvnzhkpdq53g6njvg0aybh1c3"))))
(build-system gnu-build-system)
(inputs `(("ao" ,ao)
("alsa-lib" ,alsa-lib)