guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnome-maps: Update to 3.36.7.


From: guix-commits
Subject: branch master updated: gnu: gnome-maps: Update to 3.36.7.
Date: Mon, 12 Jul 2021 09:05:37 -0400

This is an automated email from the git hooks/post-receive script.

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 718c09c  gnu: gnome-maps: Update to 3.36.7.
718c09c is described below

commit 718c09cf73e55f54a98c8e3c554a76ac768de2ee
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Mon Jul 12 15:02:52 2021 +0200

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



reply via email to

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