diff options
author | Leo Famulari <leo@famulari.name> | 2019-08-12 16:01:43 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-08-12 16:21:52 -0400 |
commit | 6df4e6899d6aa82c9520c03114f73bc83fee5867 (patch) | |
tree | 97e53274ae4c813337cfae43c9a4e8716b25818d /gnu/packages | |
parent | 89ccc9ce918ec10c5da0101e28c176b9add91714 (diff) | |
download | guix-6df4e6899d6aa82c9520c03114f73bc83fee5867.tar guix-6df4e6899d6aa82c9520c03114f73bc83fee5867.tar.gz |
gnu: MPD: Update to 0.21.13.
* gnu/packages/mpd.scm (mpd): Update to 0.21.13.
Diffstat (limited to 'gnu/packages')
-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 51c674cb31..5468ba901e 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -91,7 +91,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.21.11") + (version "0.21.13") (source (origin (method url-fetch) (uri @@ -100,7 +100,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "1gbcg8icm0pp918jw1lx1j066m39zg9wyqjla328ic848j5zhbnk")))) + "1sjyhmq50nlccwmd8xn7m0bk8xvyixvfyr24v9dy3g86hhk0pdwm")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true") ; the default is 'false'... |