diff options
author | Leo Famulari <leo@famulari.name> | 2020-07-19 21:58:51 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-07-19 21:59:08 -0400 |
commit | 00b6558811d0c520a561b2c4fec67bdf74e2ffa5 (patch) | |
tree | 763adb9a9ed798d4cd6aa1ec7aa99113ed73678a /gnu | |
parent | 271bc79f9f3522da3b21ed900af3f9a77b349e72 (diff) | |
download | guix-00b6558811d0c520a561b2c4fec67bdf74e2ffa5.tar.gz |
gnu: MPD: Update to 0.21.25.
* gnu/packages/mpd.scm (mpd): Update to 0.21.25.
Diffstat (limited to 'gnu')
-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 835c075f79..8c82f30d85 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.24") + (version "0.21.25") (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 - "1mjclv7nf42smzry6cswciicsypv0mfsfl8nsykb6wp6h9z2lqw4")))) + "00f2cm3sg0vi9gxb1yk35lyyh3fbabwim3mfnsz2syrjpw0sv810")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'... |