diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-14 05:36:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-15 03:19:17 +0100 |
commit | dba7028f1411d5e01bef7bbf9990d9e872e764c7 (patch) | |
tree | 8f50fb00426cca79f46e4851e5aaa257364be5f9 /gnu | |
parent | 06d2a63c159e99a450774c0a9d77b8c48318c650 (diff) | |
download | guix-dba7028f1411d5e01bef7bbf9990d9e872e764c7.tar guix-dba7028f1411d5e01bef7bbf9990d9e872e764c7.tar.gz |
gnu: geoclue: Update to 2.4.7.
* gnu/packages/gnome.scm (geoclue): Update to 2.4.7.
Diffstat (limited to 'gnu')
-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 d4a941cc0c..c5eafc7d67 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2799,7 +2799,7 @@ output devices.") (define-public geoclue (package (name "geoclue") - (version "2.4.6") + (version "2.4.7") (source (origin (method url-fetch) @@ -2808,7 +2808,7 @@ output devices.") name "-" version ".tar.xz")) (sha256 (base32 - "1dnknrwln159dj7pdprnfa4zjprgslabxngmn11jyjwvbi2zfzf5")) + "19hfmr8fa1js8ynazdyjxlyrqpjn6m1719ay70ilga4rayxrcyyi")) (patches (search-patches "geoclue-config.patch")))) (build-system glib-or-gtk-build-system) (arguments |