diff options
author | Leo Famulari <leo@famulari.name> | 2018-10-21 23:16:50 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-10-21 23:55:28 -0400 |
commit | 69c69c2d8e4922ee997f213772acabb95d33a467 (patch) | |
tree | 7f18d2099ce7becc1e893be57c1dbb9ebda10dbd /gnu/packages/mpd.scm | |
parent | dc3dfa131f97105baefeb34e5155e89946dc1eba (diff) |
gnu: libmpdclient: Update to 2.16.
* gnu/packages/mpd.scm (libmpdclient): Update to 2.16.
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 3e69ddba69..b69be2965f 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -58,7 +58,7 @@ (define-public libmpdclient (package (name "libmpdclient") - (version "2.15") + (version "2.16") (source (origin (method url-fetch) (uri @@ -67,7 +67,7 @@ "/libmpdclient-" version ".tar.xz")) (sha256 (base32 - "1la60ar6i4ghpscrlgm45kci9b74bvkpsfybhg0ygs4rzpwzdnxl")))) + "0r24cl3i9nvs6a47mvwaxk1kb5wmnhkhrw1q5cq9010fgjvdlszs")))) (build-system meson-build-system) (native-inputs `(("pkg-config" ,pkg-config) |