diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-10-21 23:03:46 -0400 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-23 14:22:11 +0300 |
commit | 6530055df57eed2176b897711fe71ecb027c9268 (patch) | |
tree | 73b524b92a106b45493993a1cd70c0ec260687ae /gnu/packages/mpd.scm | |
parent | 1f734a6f0a7db5b0e12091a0c869c5c4810ac80e (diff) |
gnu: mpd: Update to 0.23.10.
* gnu/packages/mpd.scm (mpd): Update to 0.23.10.
[inputs]: Add pipewire-0.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 329574e7f7..4e9cb0cb37 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -110,7 +110,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.23.8") + (version "0.23.10") (source (origin (method url-fetch) (uri @@ -119,7 +119,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "1kvq9shd6b7y02r386s1chjmvs44wij5bfzn6qgq46dmyfdmdfw6")))) + "1a764k504nh9vqmsd92qh8sg03fwns19d7mypm618j6c8bmqqp30")))) (build-system meson-build-system) (arguments (list @@ -158,6 +158,7 @@ interfacing MPD in the C, C++ & Objective C languages.") libsndfile libvorbis opus + pipewire-0.3 pulseaudio sqlite zlib)) |