diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 14:25:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 14:45:47 +0100 |
commit | 2d9e2267d7aadd4a917945d2a3e94f1f69b59f21 (patch) | |
tree | d417c28baed02adfd566eda3783b7cd8802fda67 /gnu/packages/mpd.scm | |
parent | 0886ff913bdfd54228fd7abe2c9d32e758c0070f (diff) | |
download | guix-2d9e2267d7aadd4a917945d2a3e94f1f69b59f21.tar.gz |
gnu: mpd: Update to 0.22.2.
* gnu/packages/mpd.scm (mpd): Update to 0.22.2.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index bed86048e1..dffb584163 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -98,7 +98,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.22.1") + (version "0.22.2") (source (origin (method url-fetch) (uri @@ -107,7 +107,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "1wyazq8a8n8l4kqsml0ancy1k8mbrgpis87wrbp3riq97l4n9120")))) + "0dldj7r58a3zxbvhs188p8mb4wcffnp66kpnglm4vwcp0wpmn6rn")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=enabled"))) |