guix-commits
[Top][All Lists]
Advanced

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

59/60: gnu: gnome-maps: Update to 3.34.2.


From: guix-commits
Subject: 59/60: gnu: gnome-maps: Update to 3.34.2.
Date: Sat, 25 Jan 2020 14:47:21 -0500 (EST)

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

commit 421227fe99c9cf7dc232645fa03e054bdbfb989a
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 13:06:46 2019 -0500

    gnu: gnome-maps: Update to 3.34.2.
    
    * gnu/packages/geo.scm (gnome-maps): Update to 3.34.2.
---
 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 61b8e55..d978967 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -118,7 +118,7 @@ topology functions.")
 (define-public gnome-maps
   (package
     (name "gnome-maps")
-    (version "3.32.2.1")
+    (version "3.34.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -126,7 +126,7 @@ topology functions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1m191iq1gjaqz79ci3dkbmwrkxp7pzknngimlf5bqib5x8yairlb"))))
+                "00xslcnhhwslqglgfv2im7vq3awa49y2jxzr8wsby7f713k28vf5"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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