summary refs log tree commit diff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 01:16:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 04:36:44 +0200
commit255668baa70610ea151e37fb6320cabad4626e04 (patch)
tree5b162509333677c5710ada262d77a17574bb7941 /gnu/packages/mpd.scm
parent6a10ff9b5f133d0cce4457073ad02e0c4bd8a4b5 (diff)
downloadguix-255668baa70610ea151e37fb6320cabad4626e04.tar.gz
gnu: mpd: Update to 0.21.26.
* gnu/packages/mpd.scm (mpd): Update to 0.21.26.
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 032b1d1074..460b71c437 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -92,7 +92,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.21.25")
+    (version "0.21.26")
     (source (origin
               (method url-fetch)
               (uri
@@ -101,7 +101,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "00f2cm3sg0vi9gxb1yk35lyyh3fbabwim3mfnsz2syrjpw0sv810"))))
+                "1sjfx9ln2zik5fr5mdjy1w184hgjn89v67i85z09x0m6qwhq5rpr"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...