diff options
author | Leo Famulari <leo@famulari.name> | 2020-02-17 19:28:11 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-02-17 19:51:32 -0500 |
commit | fb31d11b91689e641fe1ad801bb0639b645c9955 (patch) | |
tree | 617fe30379e5399fc0ca06f34363d2dab38fbc91 /gnu/packages | |
parent | b6f1c6bb943b9f624af74f88e45cc7f2145d2ab2 (diff) | |
download | patches-fb31d11b91689e641fe1ad801bb0639b645c9955.tar patches-fb31d11b91689e641fe1ad801bb0639b645c9955.tar.gz |
gnu: MPD: Update to 0.21.20.
* gnu/packages/mpd.scm (mpd): Update to 0.21.20.
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 e7154fd892..fe670f6aae 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -92,7 +92,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.21.19") + (version "0.21.20") (source (origin (method url-fetch) (uri @@ -101,7 +101,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "1ydjamnc8gs9cxbhin7h51119hmfynsg7b8c4pgasdsnv08mw9yk")))) + "1q8hwl3i0a4qzdwfh44r0nh5zd2mm3rraqw5qvmz6qfrjslz0bj2")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'... |