diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-29 18:00:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-29 18:00:34 -0400 |
commit | f0dd127d0a22d01076b10146fdde7049aa2c80fd (patch) | |
tree | e69ba3a2117faa983fea020e829bd0b637b958be /gnu/packages/mpd.scm | |
parent | b50196c3a4275bc51a614f6c1945b2272c595ab8 (diff) | |
download | patches-f0dd127d0a22d01076b10146fdde7049aa2c80fd.tar patches-f0dd127d0a22d01076b10146fdde7049aa2c80fd.tar.gz |
gnu: mpd: Update to 0.20.20.
* gnu/packages/mpd.scm (mpd): Update to 0.20.20.
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 6f2ff5d784..3c06fb0e64 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -88,7 +88,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.20.19") + (version "0.20.20") (source (origin (method url-fetch) (uri @@ -97,7 +97,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "1hsng4mnaz1jr2s3fy3q78vf2f6102lwphjdls7qln0pj8dyzk81")))) + "111m4z7zaz60xfxvz5xkxs1al4vzb8g2wwp7kmj65pvww335ir59")))) (build-system gnu-build-system) (arguments `(#:phases |