summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 14:16:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 17:48:02 +0100
commit5b39f44382ea749b5ba05fcf65e9a09d6d83a103 (patch)
tree2467d54e7a11f3dd78c9eb21849b04587c8af87d /gnu
parent3f849e7ec76a65009f217f58b8fef3d8c0847b55 (diff)
downloadguix-5b39f44382ea749b5ba05fcf65e9a09d6d83a103.tar.gz
gnu: mpd: Update to 0.22.3.
* gnu/packages/mpd.scm (mpd): Update to 0.22.3.
Diffstat (limited to 'gnu')
-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 b4e1182e52..4944c960a6 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -104,7 +104,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.22.2")
+    (version "0.22.3")
     (source (origin
               (method url-fetch)
               (uri
@@ -113,7 +113,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0dldj7r58a3zxbvhs188p8mb4wcffnp66kpnglm4vwcp0wpmn6rn"))))
+                "1kvcarqijyw07bdqszjsn62plmncaid5az0q542p6rsygc1i501k"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=enabled")))