gnu: mpd: Update to 0.21.26.

* gnu/packages/mpd.scm (mpd): Update to 0.21.26.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 01:16:51 +02:00
parent 6a10ff9b5f
commit 255668baa7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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