diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 19:47:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 21:56:57 +0100 |
commit | dd70960767beafbdd09f7c10de0d6d3ae0b2dfd1 (patch) | |
tree | 4227ac5bc3f0e6b9aeb02cdbc0b82bbb4bd43dcb | |
parent | 79d1550fd47efa1ff79e66e513d88368ff41ba74 (diff) |
gnu: mpd: Update to 0.21.19.
* gnu/packages/mpd.scm (mpd): Update to 0.21.19.
-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 278f5ea325..7f7dcbe674 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.18") + (version "0.21.19") (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 - "0hllkq426hql1s80xxvy28ypvw3dbfrrclbjc0lckmmgsmnfd0l7")))) + "1ydjamnc8gs9cxbhin7h51119hmfynsg7b8c4pgasdsnv08mw9yk")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'... |