guix-commits
[Top][All Lists]
Advanced

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

38/107: gnu: gnome-maps: Update to 3.36.1.


From: guix-commits
Subject: 38/107: gnu: gnome-maps: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:16 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit fb12686d95d287edf5c473e15a78be7de9717752
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Apr 19 00:19:38 2020 -0400

    gnu: gnome-maps: Update to 3.36.1.
    
    * gnu/packages/geo.scm (gnome-maps): Update to 3.36.1.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 3c76b01..3e2c0c5 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -140,7 +140,7 @@ topology functions.")
 (define-public gnome-maps
   (package
     (name "gnome-maps")
-    (version "3.34.2")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -148,7 +148,7 @@ topology functions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00xslcnhhwslqglgfv2im7vq3awa49y2jxzr8wsby7f713k28vf5"))))
+                "1yajq2pxd4fbzngwhn92h55rn02psxih8bbdcdxgg66qdbcyychs"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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