summary refs log tree commit diff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-18 13:41:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-18 14:07:40 +0200
commit567f02353a7201c6a3fded0bd75b2c78d70b59f4 (patch)
tree0bb1a08196e036f6c91d57c08870e17414b94302 /gnu/packages/mpd.scm
parent68a234c1b81dee1b6eecdee564f73ef81998edd8 (diff)
downloadguix-567f02353a7201c6a3fded0bd75b2c78d70b59f4.tar.gz
gnu: mpd: Update to 0.20.21.
* gnu/packages/mpd.scm (mpd): Update to 0.20.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 57a04e1113..29d59c5de4 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -88,7 +88,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.20.20")
+    (version "0.20.21")
     (source (origin
               (method url-fetch)
               (uri
@@ -97,7 +97,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "111m4z7zaz60xfxvz5xkxs1al4vzb8g2wwp7kmj65pvww335ir59"))))
+                "1p2qrhdb1gzfv3y5dvvbc9s2wwmhg3azvzf8r02hzhk5q96pc8l3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases