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

commit d5c48b53ab0960976a2bf5033d65c0ed2551ad02
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 27 22:35:54 2025 +0100

    gnu: gnome-maps: Update to 49.3.
    
    * gnu/packages/geo.scm (gnome-maps): Update to 49.3.
    [inputs]: Remove gfbgraph.
---
 gnu/packages/geo.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d1b4882341..7fac829481 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -498,7 +498,7 @@ topology functions.")
 (define-public gnome-maps
   (package
     (name "gnome-maps")
-    (version "48.4")
+    (version "49.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -506,7 +506,7 @@ topology functions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jj5xrybjc229p0021f54mnns3xq5q3fj5rcs8zbvzmkn2w1d1xf"))))
+                "1pxx50cig25dz0ab5xkbppnibb4zcv3r3vy31dkn6ncf24vykj5z"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -550,7 +550,6 @@ topology functions.")
            evolution-data-server
            geoclue
            geocode-glib
-           gfbgraph
            gjs
            glib
            glib-networking

Reply via email to