gnu: MPD: Update to 0.21.22.
authorLeo Famulari <leo@famulari.name>
Mon, 13 Apr 2020 21:53:20 +0000 (17:53 -0400)
committerLeo Famulari <leo@famulari.name>
Mon, 13 Apr 2020 21:55:16 +0000 (17:55 -0400)
* gnu/packages/mpd.scm (mpd): Update to 0.21.22.

gnu/packages/mpd.scm

index c96d67d..303af32 100644 (file)
@@ -92,7 +92,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.21.21")
+    (version "0.21.22")
     (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
-                "1kk8q5z99zdzwv3angn03jwnxhqdad0pnyi5j67c2qiv1rgv3gg1"))))
+                "18lvyv3crijki5nxjdhf1byayyavdvj07dk6rm856n4vi78qfmjn"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...