me
/
guix
Archived
1
0
Fork 0

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>
master
kiasoc5 2022-10-21 23:03:46 -04:00 committed by Efraim Flashner
parent 1f734a6f0a
commit 6530055df5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -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))