diff options
author | Leo Famulari <leo@famulari.name> | 2017-10-30 20:45:44 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-10-30 21:46:14 -0400 |
commit | 3022680abaae5713b6c0cb27b1580faf48e41439 (patch) | |
tree | 555d4dae314b49711a02fda9fff272935d199084 /gnu/packages/mpd.scm | |
parent | 44b8823fc7fffa67c6bff9c76c1f062a7e1703d5 (diff) | |
download | guix-3022680abaae5713b6c0cb27b1580faf48e41439.tar guix-3022680abaae5713b6c0cb27b1580faf48e41439.tar.gz |
gnu: mpd: Update to 0.20.11.
* gnu/packages/mpd.scm (mpd): Update to 0.20.11.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 4ed0303be1..d4c77c62cf 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -75,7 +75,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.20.10") + (version "0.20.11") (source (origin (method url-fetch) (uri @@ -84,7 +84,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "089i9lh3fa8bix6v0sq0jgs7rkpk8l6q5lmdk6lip96vbh9c3ysj")))) + "1g0lwm8p98q2hxa9vd6jx61s7d3r665s2bmz6ipkv9ijmyfps8p9")))) (build-system gnu-build-system) (arguments `(#:phases |