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 60587cdc1e gnu: ncmpc: Update to 0.53.
60587cdc1e is described below

commit 60587cdc1e6c026f2fa28b0540826976ee84a684
Author: Sören Tempel <[email protected]>
AuthorDate: Fri Jul 24 15:01:25 2026 +0200

    gnu: ncmpc: Update to 0.53.
    
    * gnu/packages/mpd.scm (ncmpc): Update to 0.53.
    [inputs]: Add fmt.
    
    Change-Id: Ieb3cb4d9552c61e0d22fabbd095816f78b92bf0a
---
 gnu/packages/mpd.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index ed1f7ab171..e8774829ab 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -277,7 +277,7 @@ player daemon.")
 (define-public ncmpc
   (package
     (name "ncmpc")
-    (version "0.49")
+    (version "0.53")
     (source (origin
               (method url-fetch)
               (uri
@@ -286,9 +286,9 @@ player daemon.")
                               "/ncmpc-" version ".tar.xz"))
               (sha256
                (base32
-                "0afgcbqk4gqhc26wlw6vsnyv5gl5ciq0qyv4miicyswyvq7frfv5"))))
+                "0vy54dpnwn7qfkxy9mrqkiz29dsx03wrvcc7jlh4hk99pywqpilj"))))
     (build-system meson-build-system)
-    (inputs (list boost pcre libmpdclient ncurses))
+    (inputs (list boost fmt pcre libmpdclient ncurses))
     (native-inputs
      (list gettext-minimal              ; for xgettext
            pkg-config

Reply via email to