guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: mpd: Update to 0.23.10.


From: guix-commits
Subject: 01/04: gnu: mpd: Update to 0.23.10.
Date: Sun, 23 Oct 2022 07:34:07 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6530055df57eed2176b897711fe71ecb027c9268
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Oct 21 23:03:46 2022 -0400

    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>
---
 gnu/packages/mpd.scm | 5 +++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]