summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-12-18 05:30:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-12-18 05:42:06 +0100
commitb24148503381de5a61c4576e6062f5df63992de6 (patch)
tree034e519c7e544d73f6735b4bde78464ba86ad2e2 /gnu/packages/mpd.scm
parentde22cfcce1ac8309d460c13ffdc8190742edf252 (diff)
downloadguix-patches-b24148503381de5a61c4576e6062f5df63992de6.tar
guix-patches-b24148503381de5a61c4576e6062f5df63992de6.tar.gz
gnu: mpd: Update to 0.23.5.
* gnu/packages/mpd.scm (mpd): Update to 0.23.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 596931500c..434e0f8b1a 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -106,7 +106,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.23.4")
+ (version "0.23.5")
(source (origin
(method url-fetch)
(uri
@@ -115,7 +115,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "0m67wibxc6n6438h2va59n51wwwbwhbdj9635cnpc3wqvlq9sd9g"))))
+ "16d2ny05z47qpj4sjagdcyphb16dzdy21mwwdxbg819s14jjqb7j"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=enabled")))