diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-25 13:26:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-25 13:27:11 +0200 |
commit | 3315637f9537af036f8cfdd9acc36fc1e16c0653 (patch) | |
tree | a6ca4b7969bda3d703e94e240a31291ee2c3f1c1 | |
parent | 7a1e32c81be8008d9d0d7fb4ff6ace4918487b23 (diff) | |
download | guix-3315637f9537af036f8cfdd9acc36fc1e16c0653.tar.gz guix-3315637f9537af036f8cfdd9acc36fc1e16c0653.zip |
gnu: mpd: Update to 0.22.9.
* gnu/packages/mpd.scm (mpd): Update to 0.22.9.
-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 c856198c5c..b97abcafc3 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.8") + (version "0.22.9") (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 - "0v980hhrdq9k2323ha6gfd7kzpwhdcgja6aqj9gwzbzzr44fs5wn")))) + "0r5w282klk3d9pgsjjr8lnc77cbsxqvvkx39lpa0n962jwr40dzr")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=enabled"))) |