diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
commit | 06261a445adaf9d940651749e24dbcf8ee0b5402 (patch) | |
tree | f151240cd817a27a3b4e53521ed5e84bfeb09c81 /gnu/packages | |
parent | 119ac132d7d092dfe89312d5558059d9f6ff6cb8 (diff) |
gnu: mpd: Update to 0.23.8.
* gnu/packages/mpd.scm (mpd): Update to 0.23.8.
Diffstat (limited to 'gnu/packages')
-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 541326d5d3..728c7e3649 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -108,7 +108,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.23.7") + (version "0.23.8") (source (origin (method url-fetch) (uri @@ -117,7 +117,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "04c2fr4akiylafb7wdjzn7r7d90rmzilbnagrifqyf3wf6ncn3cn")))) + "1kvq9shd6b7y02r386s1chjmvs44wij5bfzn6qgq46dmyfdmdfw6")))) (build-system meson-build-system) (arguments (list |