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

commit 9ad07a5f404d99d261da221baeb5382309993cfc
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jan 31 20:29:02 2026 +0100

    gnu: gnome-boxes: Update to 48.1.
    
    * gnu/packages/gnome.scm (gnome-boxes): Update to 48.1.
    [inputs]: Replace tracker with tinysparql.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 06a659d4d8..0805601b52 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12628,7 +12628,7 @@ integrate seamlessly with the GNOME desktop.")
 (define-public gnome-boxes
   (package
     (name "gnome-boxes")
-    (version "48.0")
+    (version "48.1")
     (source
      (origin
        (method url-fetch)
@@ -12636,7 +12636,7 @@ integrate seamlessly with the GNOME desktop.")
                            (version-major version) "/"
                            "gnome-boxes-" version ".tar.xz"))
        (sha256
-        (base32 "1b9ya5pcb5dfii0qs9r167a3kxymdsq624bpi1nvzbwgar15ypyh"))))
+        (base32 "1q2zzq6hizz5dillhqqddddlyjz7wy1sffyj06mh9axdrpa5aaj1"))))
     (outputs '("out" "debug"))
     (build-system meson-build-system)
     (arguments
@@ -12684,7 +12684,7 @@ integrate seamlessly with the GNOME desktop.")
            libxml2
            qemu-minimal                 ;for qemu-img
            sparql-query
-           tracker
+           tinysparql
            webkitgtk-for-gtk3))
     (propagated-inputs
      ;; Propagating spice-gtk is necessary so that the gnome-desktop-service

Reply via email to