This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f4e852b5f3 gnu: MPD: Update to 0.24.5.
f4e852b5f3 is described below

commit f4e852b5f33a5baf7a483ad4d94879610343dd12
Author: Leo Famulari <[email protected]>
AuthorDate: Thu Sep 11 21:50:16 2025 -0400

    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
---
 gnu/packages/mpd.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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

Reply via email to