gnu: MPD: Update to 0.24.5.

The boost dependency was removed in MPD 0.24.

* gnu/packages/mpd.scm (mpd): Update to 0.24.5.
[inputs]: Remove boost.

Change-Id: I3aaadcf6346fab5f5bddc4c7a3fd0e012e871520
This commit is contained in:
Leo Famulari 2025-09-11 21:50:16 -04:00
parent b6e4bcd6bc
commit f4e852b5f3
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -121,7 +121,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd (define-public mpd
(package (package
(name "mpd") (name "mpd")
(version "0.23.17") (version "0.24.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -130,7 +130,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz")) "/mpd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1wnzhr9ip38xm946zc269yxii28bhhd9yamqinq46mv927l4yvx8")))) "04qa2rc7a96qyim6cm1zh7ilrqx4n0gb7prmiy6q53cwr6jwppv9"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
@ -163,7 +163,6 @@ interfacing MPD in the C, C++ & Objective C languages.")
(list ao (list ao
alsa-lib alsa-lib
avahi avahi
boost
chromaprint chromaprint
curl curl
dbus dbus