diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 01:01:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:56 +0100 |
commit | 4b6b7781379898c27270c2e9dd20dda06d73a2ba (patch) | |
tree | e9928b6c594ea6918fc2798e54b8840cb8e556f0 /gnu/packages/mpd.scm | |
parent | 7a5d23b13c4967b004bebf24e0516b06e2255096 (diff) | |
download | patches-4b6b7781379898c27270c2e9dd20dda06d73a2ba.tar patches-4b6b7781379898c27270c2e9dd20dda06d73a2ba.tar.gz |
gnu: mpd: Update to 0.21.17.
* gnu/packages/mpd.scm (mpd): Update to 0.21.17.
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 6a148c6869..1ff1f39389 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.16") + (version "0.21.17") (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 - "14jd9byvxlxmn9ygkyap1izy0d7i2lsssib74y3q8f6pyzfipkrh")))) + "0qka4g4dd6a6fxi03jnrd8ya70vfijmsxz642adfjqa626gam644")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'... |