diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-06-08 16:47:21 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-06-08 18:02:28 +0800 |
commit | faf713b9d0de3d63ea2ce51dc66313e42b6ab466 (patch) | |
tree | ad003d993642abc923fb065ef20e23f88a8cf7e4 | |
parent | a72f18a58b0de82028454a0688d45b537905f0c4 (diff) | |
download | patches-faf713b9d0de3d63ea2ce51dc66313e42b6ab466.tar patches-faf713b9d0de3d63ea2ce51dc66313e42b6ab466.tar.gz |
gnu: geoclue: Update to 2.2.0.
* gnu/packages/gnome.scm (geoclue): Update to 2.2.0.
-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 34658e129f..bded20f577 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2110,7 +2110,7 @@ output devices.") (define-public geoclue (package (name "geoclue") - (version "2.1.10") + (version "2.2.0") (source (origin (method url-fetch) @@ -2119,7 +2119,7 @@ output devices.") name "-" version ".tar.xz")) (sha256 (base32 - "0s0ws2bx5g1cbjamxmm448r4n4crha2fwpzm8zbx6cq6qslygmzi")) + "0inlqx0zar498fhi9hh92p2g4kp8qy3zdl4z3vw6bjwp9w6xx454")) (patches (list (search-patch "geoclue-config.patch"))))) (build-system glib-or-gtk-build-system) (arguments |