guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/24: gnu: gnome-maps: Update to 44.5.


From: guix-commits
Subject: 11/24: gnu: gnome-maps: Update to 44.5.
Date: Sun, 3 Dec 2023 01:18:48 -0500 (EST)

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

commit 872174fb0b72d48f11e36f2f40e0f885957638dd
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 21 18:49:24 2023 +0100

    gnu: gnome-maps: Update to 44.5.
    
    * gnu/packages/geo.scm (gnome-maps): Update to 44.5.
    [inputs]: Replace gtk+ with gtk.  Replace webkitgtk-for-gtk3 with webkitgtk.
    Remove libhandy.
    
    Change-Id: I8548878653120ea3cfc7554e2133880f46aeadf8
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/geo.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f84fd12d86..a1992dec26 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -468,7 +468,7 @@ topology functions.")
 (define-public gnome-maps
   (package
     (name "gnome-maps")
-    (version "43.0")                    ;for libsoup 3 support
+    (version "44.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -476,7 +476,7 @@ topology functions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1r1l6ajs6zz316m8zac5r0l3qgdv616xh376bfn2fflcnz7wys08"))))
+                "026488yb6azwb2sm0yy0iaipk914l3agvb7d8azks4kyjqlslyb8"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -518,18 +518,17 @@ topology functions.")
            glib-networking
            gnome-online-accounts
            gsettings-desktop-schemas
-           gtk+
+           gtk
            libadwaita
            libgee
            libgweather4
-           libhandy
            librsvg
            libsecret
            libshumate
            libsoup
            libxml2
            rest-next
-           webkitgtk-for-gtk3))
+           webkitgtk))
     (synopsis "Graphical map viewer and wayfinding program")
     (description "GNOME Maps is a graphical map viewer.  It uses map data from
 the OpenStreetMap project.  It can provide directions for walking, bicycling,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]