guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 8fdb82de9fb7f0f74aa6239ba40351bd856ad6e1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jan 31 20:26:44 2026 +0100

    gnu: gnome-music: Update to 48.3.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 48.3.
    [inputs]: Replace tracker and tracker-miners with tinysparql and 
localsearch.
---
 gnu/packages/gnome.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 13f5c725cb..1488a43cc4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -852,7 +852,7 @@ tomorrow, the rest of the week and for special occasions.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "46.1")
+    (version "48.3")
     (source
      (origin
        (method url-fetch)
@@ -862,7 +862,7 @@ tomorrow, the rest of the week and for special occasions.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1zdzafirfhaldbp8m8pmqw0ysfxc7ndbakqc7d1xrr4v51n2vghi"))))
+         "1jqsqsakrvbdrvdp6yvrpnjjc3d1fsjndr3xwivzwa36kgs6v5b5"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -914,11 +914,11 @@ tomorrow, the rest of the week and for special 
occasions.")
            libdazzle
            libmediaart
            libsoup
+           localsearch
            python-pycairo
            python-pygobject
            python
-           tracker
-           tracker-miners))
+           tinysparql))
     (synopsis "Simple music player for GNOME desktop")
     (description "GNOME Music is the new GNOME music playing application that
 aims to combine an elegant and immersive browsing experience with simple

Reply via email to