diff options
author | Leo Famulari <leo@famulari.name> | 2019-12-04 10:18:43 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-12-04 10:20:24 -0500 |
commit | e71513f74bd931180d1940445148fe82a6e020c0 (patch) | |
tree | a8baa15cd3f1c8b863a669a71225b8f36b14bb99 /gnu/packages/mpd.scm | |
parent | d9447779c7719dba65c27f15ef27ac4b77f1cfcf (diff) | |
download | guix-e71513f74bd931180d1940445148fe82a6e020c0.tar guix-e71513f74bd931180d1940445148fe82a6e020c0.tar.gz |
gnu: MPD: Update to 0.21.16.
* gnu/packages/mpd.scm (mpd): Update to 0.21.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 3afdbddc84..c9e04d7b50 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.14") + (version "0.21.16") (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 - "0iknnm9xvwfgk8h82hjwrmbijpk9l0dgap0794c2nyg8i66qlb0y")))) + "14jd9byvxlxmn9ygkyap1izy0d7i2lsssib74y3q8f6pyzfipkrh")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'... |