diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-05 00:36:11 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-05 00:36:11 +0200 |
commit | f484a50d50c3778df76d63533634a71cd7301558 (patch) | |
tree | 62fc8360825aad88e34b38d1129e325205fc9632 /gnu/packages/geo.scm | |
parent | 0efea2128846d4df85d712d927cd76792eaae9e3 (diff) | |
parent | de6f6efd737e941aa7d6f77032525ea757b2909d (diff) | |
download | guix-f484a50d50c3778df76d63533634a71cd7301558.tar guix-f484a50d50c3778df76d63533634a71cd7301558.tar.gz |
Merge branch 'staging'
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 4f137a88d7..d8d5490f3e 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -75,7 +75,7 @@ topology functions.") (define-public gnome-maps (package (name "gnome-maps") - (version "3.18.3") + (version "3.24.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -83,7 +83,7 @@ topology functions.") name "-" version ".tar.xz")) (sha256 (base32 - "1vdnr2wmhqhql2gxd5n1ijwk88qhim14izbkczncg35846hfsr5i")))) + "1mnhcrawdp6fyqylh0m8l259xdd7pqwibrjyl54rmsvnm8vfrwsy")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags ; Ensure that geoclue is referred to by output. |