gnu: MPD: Update to 0.21.23.

* gnu/packages/mpd.scm (mpd): Update to 0.21.23.
This commit is contained in:
Leo Famulari 2020-04-30 14:17:32 -04:00
parent 194cb75d85
commit 2a94f72ade
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -92,7 +92,7 @@ (define-public libmpdclient
(define-public mpd
(package
(name "mpd")
(version "0.21.22")
(version "0.21.23")
(source (origin
(method url-fetch)
(uri
@ -101,7 +101,7 @@ (define-public mpd
"/mpd-" version ".tar.xz"))
(sha256
(base32
"18lvyv3crijki5nxjdhf1byayyavdvj07dk6rm856n4vi78qfmjn"))))
"18q72b9baj5cdpq0yn60qm7q4g8vwqqyqndl9xg3f3w0m4n557s3"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...