3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mpd: Update to 0.22.3.

* gnu/packages/mpd.scm (mpd): Update to 0.22.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-11 14:16:01 +01:00
parent 3f849e7ec7
commit 5b39f44382
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -104,7 +104,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
(version "0.22.2")
(version "0.22.3")
(source (origin
(method url-fetch)
(uri
@ -113,7 +113,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
"0dldj7r58a3zxbvhs188p8mb4wcffnp66kpnglm4vwcp0wpmn6rn"))))
"1kvcarqijyw07bdqszjsn62plmncaid5az0q542p6rsygc1i501k"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=enabled")))