diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-15 13:37:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-15 19:31:14 +0200 |
commit | b433c7b336807f91a442a09c638bfc0c5178b725 (patch) | |
tree | 8e4b9846015c9337126262a7ea38d82021d10c95 /gnu | |
parent | 605ade4429177416c5a3a47bcb3cd35578228262 (diff) | |
download | guix-b433c7b336807f91a442a09c638bfc0c5178b725.tar guix-b433c7b336807f91a442a09c638bfc0c5178b725.tar.gz |
gnu: geoclue: Update to 2.4.8.
* gnu/packages/gnome.scm (geoclue): Update to 2.4.8.
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 9fea58152b..43ea75a1d4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2845,7 +2845,7 @@ output devices.") (define-public geoclue (package (name "geoclue") - (version "2.4.7") + (version "2.4.8") (source (origin (method url-fetch) @@ -2854,7 +2854,7 @@ output devices.") name "-" version ".tar.xz")) (sha256 (base32 - "19hfmr8fa1js8ynazdyjxlyrqpjn6m1719ay70ilga4rayxrcyyi")) + "08yg1r7m0n9hwyvcy769qkmkf8lslqwv69cjfffwnc3zm5km25qj")) (patches (search-patches "geoclue-config.patch")))) (build-system glib-or-gtk-build-system) (arguments |