gnu: mpd: Update to 0.21.19.

* gnu/packages/mpd.scm (mpd): Update to 0.21.19.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-17 19:47:37 +01:00
parent 79d1550fd4
commit dd70960767
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.18")
(version "0.21.19")
(source (origin
(method url-fetch)
(uri
@ -101,7 +101,7 @@ (define-public mpd
"/mpd-" version ".tar.xz"))
(sha256
(base32
"0hllkq426hql1s80xxvy28ypvw3dbfrrclbjc0lckmmgsmnfd0l7"))))
"1ydjamnc8gs9cxbhin7h51119hmfynsg7b8c4pgasdsnv08mw9yk"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...