diff options
author | Leo Famulari <leo@famulari.name> | 2020-04-30 14:17:32 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-04-30 14:17:49 -0400 |
commit | 2a94f72adef710af481a5abefdddb6cde04b5526 (patch) | |
tree | 1b1abbc1c2a217c7cdee1038f05ce8dc50c5d9a0 /gnu/packages/mpd.scm | |
parent | 194cb75d85a2d282419b2a618c8e124f140859f3 (diff) | |
download | patches-2a94f72adef710af481a5abefdddb6cde04b5526.tar patches-2a94f72adef710af481a5abefdddb6cde04b5526.tar.gz |
gnu: MPD: Update to 0.21.23.
* gnu/packages/mpd.scm (mpd): Update to 0.21.23.
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 303af32983..755fa5d482 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.22") + (version "0.21.23") (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 - "18lvyv3crijki5nxjdhf1byayyavdvj07dk6rm856n4vi78qfmjn")))) + "18q72b9baj5cdpq0yn60qm7q4g8vwqqyqndl9xg3f3w0m4n557s3")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'... |