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

commit 4c353f9f4508bf0fd6a1202805791df6b6011349
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Sep 7 10:05:17 2025 +0200

    gnu: gtk: Use tinysparql.
    
    * gnu/packages/gtk.scm (gtk): Replace tracker with tinysparql.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3f301b75c6..7a41b32881 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1360,7 +1360,7 @@ application suites.")
            libtiff
            python
            rest
-           tracker))                    ;for filechooser search support
+           tinysparql))                 ;for filechooser search support
     (propagated-inputs
      ;; Following dependencies are referenced in .pc files.
      (list cairo

Reply via email to