summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 17:17:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 17:52:35 +0200
commitcaeb243712d48908c62f2d2e5a6f4cf66c8d394c (patch)
tree5a997647db0a365bd29f20be3afb25ce6b377198 /gnu/packages/mpd.scm
parent36a0228eb8a593100a07dbe739cbf212d5612d15 (diff)
downloadguix-patches-caeb243712d48908c62f2d2e5a6f4cf66c8d394c.tar
guix-patches-caeb243712d48908c62f2d2e5a6f4cf66c8d394c.tar.gz
gnu: mpd: Update to 0.21.24.
* gnu/packages/mpd.scm (mpd): Update to 0.21.24.
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 74c898979e..653eec5b6a 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -92,7 +92,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.21.23")
+ (version "0.21.24")
(source (origin
(method url-fetch)
(uri
@@ -101,7 +101,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "18q72b9baj5cdpq0yn60qm7q4g8vwqqyqndl9xg3f3w0m4n557s3"))))
+ "1mjclv7nf42smzry6cswciicsypv0mfsfl8nsykb6wp6h9z2lqw4"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...