diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-19 20:40:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-19 20:44:18 +0200 |
commit | 6f4d4ccc75c4c103d593a090b2181381e0027ed4 (patch) | |
tree | 48f184b654dbb473fc9494112ec1aa520e240511 | |
parent | 65b6682ee2004459a5001c42ce6d9d2c3614d894 (diff) | |
download | guix-6f4d4ccc75c4c103d593a090b2181381e0027ed4.tar.gz guix-6f4d4ccc75c4c103d593a090b2181381e0027ed4.zip |
gnu: geocode-glib: Update to 3.26.2.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.2.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dc597073d5..89ad866598 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4930,7 +4930,7 @@ permission from user.") (define-public geocode-glib (package (name "geocode-glib") - (version "3.26.1") + (version "3.26.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/geocode-glib/" @@ -4938,7 +4938,7 @@ permission from user.") "geocode-glib-" version ".tar.xz")) (sha256 (base32 - "076ydfpyc4n5c9dbqmf26i4pilfi5jpw6cjcgrbgrjbndavnmajv")))) + "1l8g0f13xgkrk335afr9w8k46mziwb2jnyhl07jccl5yl37q9zh1")))) (build-system meson-build-system) (arguments `(#:phases |