diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-22 15:57:07 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-22 15:58:16 -0500 |
commit | c2ab5d92338f081e04c7afd594a4dc5fc96f6e74 (patch) | |
tree | 5fc4c9bdd949f0d996b9717f195464a62c29e40b /gnu/packages | |
parent | 20e42d1e97fae32f069abbd8456e1a096e42eb73 (diff) | |
download | guix-c2ab5d92338f081e04c7afd594a4dc5fc96f6e74.tar guix-c2ab5d92338f081e04c7afd594a4dc5fc96f6e74.tar.gz |
gnu: mpd: Update to 0.20.15.
* gnu/packages/mpd.scm (mpd): Update to 0.20.15.
Diffstat (limited to 'gnu/packages')
-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 30a496ab88..82681aa68a 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.13") + (version "0.20.15") (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 - "0h7z90dnpwlyad4kfi1ja9v9vzqic0xg93iy4q0dwlhav0scbha6")))) + "0h7bm561i8p0bjp1hy8fsiy5zj7db24zyv6ypfihwf35wrklz766")))) (build-system gnu-build-system) (arguments `(#:phases |