diff options
-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 47e4cced32..fb679065de 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -117,7 +117,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.23.15") + (version "0.23.16") (source (origin (method url-fetch) (uri @@ -126,7 +126,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "06k60ych9crifyx6zfc98hdcihixq5nba1c9rwngib6ik8ik40am")))) + "1hdj68g40xpzzrxayhb1ishdh57kbf204bcn7il8br0dz1ny6s4n")))) (build-system meson-build-system) (arguments (list |