summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-03-05 21:08:23 -0500
committerLeo Famulari <leo@famulari.name>2019-03-05 21:10:54 -0500
commit3546e97f38bb4dfa4c016cd7a20d4add277ca8f7 (patch)
tree2f1dc86b87beb867574e3df1c8b40f5a66b4f87e /gnu/packages/mpd.scm
parent84eb265eb8076876d2b569bcdff1e44b44b4b295 (diff)
downloadguix-patches-3546e97f38bb4dfa4c016cd7a20d4add277ca8f7.tar
guix-patches-3546e97f38bb4dfa4c016cd7a20d4add277ca8f7.tar.gz
gnu: MPD: Update to 0.21.5.
* gnu/packages/mpd.scm (mpd): Update to 0.21.5.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r--gnu/packages/mpd.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 7885e21aa4..bb386f59d1 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.4")
+ (version "0.21.5")
(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
- "1ix52vfa8k8my4xyr8b0phg8605b2xchyzyva908m08vpzm14w94"))))
+ "1y8fbch4xp96i4mz6czivnwvaf7g8pnfix5d0pbybnkv7bmz1a9f"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=true") ; The default is 'false'...