summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-12-10 14:42:32 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-12-10 18:17:45 +0100
commit6104071e483095f9fea9700e0317e84f64102ae2 (patch)
tree44829911ee2e83c6b891b8f1ee9febeb9c04ac6a /gnu/packages/geo.scm
parent502d4b5d6276f1109369b9119d856b85bd4e2612 (diff)
downloadguix-patches-6104071e483095f9fea9700e0317e84f64102ae2.tar
guix-patches-6104071e483095f9fea9700e0317e84f64102ae2.tar.gz
gnu: gnome-maps: Upgrade to 41.2.
* gnu/packages/geo.scm (gnome-maps): Upgrade to 41.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d1ebdd971a..84da1820f9 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -216,7 +216,7 @@ topology functions.")
(define-public gnome-maps
(package
(name "gnome-maps")
- (version "40.5")
+ (version "41.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -224,7 +224,7 @@ topology functions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02bdkmb3wyzfrbq726634v4g1hyh9za70cc2ivlbp7zc2n1jgp5c"))))
+ "037xmkmcmcw87vb1c1s3y225m8757k331cvk1m8cshf6mx61p0l1"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60