Archived
1
0
Fork 0

gnu: mpd: Update to 0.22.8.

* gnu/packages/mpd.scm (mpd): Update to 0.22.8.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-27 16:07:38 +02:00
parent 1ce87b8159
commit 3627ac367e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -105,7 +105,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd (define-public mpd
(package (package
(name "mpd") (name "mpd")
(version "0.22.6") (version "0.22.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -114,7 +114,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz")) "/mpd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0pjdd8qwia1dsfkzyxcasfhxiqwk6lcz333z8w9vcg2wi6j4kq9b")))) "0v980hhrdq9k2323ha6gfd7kzpwhdcgja6aqj9gwzbzzr44fs5wn"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Ddocumentation=enabled"))) `(#:configure-flags '("-Ddocumentation=enabled")))