diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 16:07:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 18:20:34 +0200 |
commit | 3627ac367e1ffdf00b6ac296b863000bf9b3caaf (patch) | |
tree | 7a4ba2ae1fc0324a4531090bba0de24d4a72a819 /gnu | |
parent | 1ce87b8159749f5e3ccf237e62b5b55bdb866740 (diff) |
gnu: mpd: Update to 0.22.8.
* gnu/packages/mpd.scm (mpd): Update to 0.22.8.
Diffstat (limited to 'gnu')
-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 7df0d82805..5ec01dca7b 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -105,7 +105,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.22.6") + (version "0.22.8") (source (origin (method url-fetch) (uri @@ -114,7 +114,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "0pjdd8qwia1dsfkzyxcasfhxiqwk6lcz333z8w9vcg2wi6j4kq9b")))) + "0v980hhrdq9k2323ha6gfd7kzpwhdcgja6aqj9gwzbzzr44fs5wn")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=enabled"))) |