summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-12-07 20:42:24 -0500
committerLeo Famulari <leo@famulari.name>2017-12-07 20:42:48 -0500
commit475a28bd1d9dc787b03f212ae5eeb4e74594fc0d (patch)
treea15915d3368c8e887e5f7b5f18eb29809165b654 /gnu/packages/mpd.scm
parent7920e187c121977716d3399f5780553ba138f9b3 (diff)
downloadgnu-guix-475a28bd1d9dc787b03f212ae5eeb4e74594fc0d.tar
gnu-guix-475a28bd1d9dc787b03f212ae5eeb4e74594fc0d.tar.gz
gnu: mpd: Update to 0.20.12.
* gnu/packages/mpd.scm (mpd): Update to 0.20.12.
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 c37fa56df4..74b53afce1 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -76,7 +76,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.20.11")
+ (version "0.20.12")
(source (origin
(method url-fetch)
(uri
@@ -85,7 +85,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "1g0lwm8p98q2hxa9vd6jx61s7d3r665s2bmz6ipkv9ijmyfps8p9"))))
+ "02gpfkki61c24hphaas9pb29wpvd0pbmwdqrpn8wi1gv103aqng1"))))
(build-system gnu-build-system)
(arguments
`(#:phases