gnu: MPD: Update to 0.21.22.

* gnu/packages/mpd.scm (mpd): Update to 0.21.22.
This commit is contained in:
Leo Famulari 2020-04-13 17:53:20 -04:00
parent ad5a8c0fc1
commit c773c89fbb
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

@ -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'...