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

commit c5c646f2adce60f5ed9f2736e8eadf31015f02a5
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Oct 12 22:17:36 2025 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5ca9ac901..06a659d4d8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12614,7 +12614,7 @@ desktop environment.")
            libsoup
            telepathy-glib
            telepathy-logger
-           tracker))
+           tinysparql))
     (propagated-inputs
      (list telepathy-idle
            telepathy-mission-control))

Reply via email to