guix-commits
[Top][All Lists]
Advanced

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

49/63: gnu: gnome-maps: Update to 3.32.2.1.


From: guix-commits
Subject: 49/63: gnu: gnome-maps: Update to 3.32.2.1.
Date: Thu, 7 Nov 2019 09:57:48 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit cf5e7cf9fcd0cc99c9fd088eef54d846e408f4b6
Author: Kei Kebreau <address@hidden>
Date:   Mon Jul 29 14:07:05 2019 -0400

    gnu: gnome-maps: Update to 3.32.2.1.
    
    * gnu/packages/geo.scm (gnome-maps): Update to 3.32.2.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 dfb00c7..57f8c4e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -109,7 +109,7 @@ topology functions.")
 (define-public gnome-maps
   (package
     (name "gnome-maps")
-    (version "3.30.3.1")
+    (version "3.32.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -117,7 +117,7 @@ topology functions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0xqk3yrds0w8bjmpf4jw0370phvm65av82nqrx7fp1648h9nq7xi"))))
+                "1m191iq1gjaqz79ci3dkbmwrkxp7pzknngimlf5bqib5x8yairlb"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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