kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit d53bcbb105599dc6133e55a253bfaaef6d52069a
Author: Kei Kebreau <[email protected]>
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 d78e2e0..17dc7a0 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