summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-12-19 02:24:16 -0500
committerLeo Famulari <leo@famulari.name>2017-12-19 02:28:06 -0500
commit4a408d847ea7e41e538ec54ee902bd1a3756eedb (patch)
tree0c4b89f40a7c87b21d08c6fccf2c165e16606f49
parent4fad6598c60b48bf956096530c86f6920c72bd1c (diff)
downloadpatches-4a408d847ea7e41e538ec54ee902bd1a3756eedb.tar
patches-4a408d847ea7e41e538ec54ee902bd1a3756eedb.tar.gz
gnu: mpd: Update to 0.20.13.
* gnu/packages/mpd.scm (mpd): Update to 0.20.13.
-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 74b53afce1..e6bc2b4e71 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.12")
+ (version "0.20.13")
(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
- "02gpfkki61c24hphaas9pb29wpvd0pbmwdqrpn8wi1gv103aqng1"))))
+ "0h7z90dnpwlyad4kfi1ja9v9vzqic0xg93iy4q0dwlhav0scbha6"))))
(build-system gnu-build-system)
(arguments
`(#:phases