lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 22bc6f1e283ed56b5ba12e67fcdfbf94a04fd4ed
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:15:58 2021 +0100
gnu: gnome-maps: Update to 40.0.
* gnu/packages/geo.scm (gnome-maps): Update to 40.0.
---
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 c988d6b..3aac4c2 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -208,7 +208,7 @@ topology functions.")
(define-public gnome-maps
(package
(name "gnome-maps")
- (version "3.34.2")
+ (version "40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -216,7 +216,7 @@ topology functions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "00xslcnhhwslqglgfv2im7vq3awa49y2jxzr8wsby7f713k28vf5"))))
+ "0jaabnxmb1pv4cl3s3gbxdj4y7iwcynz7nh04mcrh9pakrndq4gc"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t