summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-22 15:31:54 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-22 15:35:32 +0200
commitd4ae72af47506f6fd992043e9879b4200a757d0e (patch)
tree5c8d2b822e6962c02cba07aeb3f39a351d520794 /gnu/packages/mpd.scm
parent1f10e3695ce907c0c14e39c600a02407712ec35d (diff)
downloadguix-patches-d4ae72af47506f6fd992043e9879b4200a757d0e.tar
guix-patches-d4ae72af47506f6fd992043e9879b4200a757d0e.tar.gz
gnu: mpd: Update to 0.21.14.
* gnu/packages/mpd.scm (mpd): Update to 0.21.14.
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 5468ba901e..e8b1e6e0b1 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.13")
+ (version "0.21.14")
(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
- "1sjyhmq50nlccwmd8xn7m0bk8xvyixvfyr24v9dy3g86hhk0pdwm"))))
+ "0iknnm9xvwfgk8h82hjwrmbijpk9l0dgap0794c2nyg8i66qlb0y"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=true") ; the default is 'false'...