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

commit fc3035559803221db54fdfc59e7fe6c3a3d2432f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:18 2025 +0900

    gnu: gnome-music: Update to 48.0.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 48.0.
    [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 31d25198fe..ce16c10d68 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -925,7 +925,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "46.1")
+    (version "48.0")
     (source
      (origin
        (method url-fetch)
@@ -935,7 +935,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1zdzafirfhaldbp8m8pmqw0ysfxc7ndbakqc7d1xrr4v51n2vghi"))))
+         "0vnnhvxjr3znnywpqd9j48rjr2bfa6nsq9cac2qkpdk2ab8arnlc"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -987,11 +987,11 @@ cloud integration is offered through GNOME Online 
Accounts.")
            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