diff options
author | Leo Famulari <leo@famulari.name> | 2019-07-03 16:18:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-07-03 16:24:50 -0400 |
commit | e6a57949f6ca80853b44a3225f0e727cb457e661 (patch) | |
tree | b0842811873ad65598b41a70fc3d768849223ee7 /gnu/packages/mpd.scm | |
parent | 1facde6a19847edf1f7844e18096fc5deaedeeb0 (diff) | |
download | patches-e6a57949f6ca80853b44a3225f0e727cb457e661.tar patches-e6a57949f6ca80853b44a3225f0e727cb457e661.tar.gz |
gnu: MPD: Update to 0.21.11.
* gnu/packages/mpd.scm (mpd): Update to 0.21.11.
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 7d46870c55..51c674cb31 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.10") + (version "0.21.11") (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 - "0fx9n6qmyb4ls17j7kl58i1ivg9wfx9zm9wyfnwzw7lcwdl56sqk")))) + "1gbcg8icm0pp918jw1lx1j066m39zg9wyqjla328ic848j5zhbnk")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true") ; the default is 'false'... |