diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-27 11:56:06 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-27 11:57:42 -0400 |
commit | ccfac09c828b055d221000a071591e4a69e68d28 (patch) | |
tree | 1d6756feb9cb88ab98837c51684450f9bb258ffe | |
parent | 10c95711b4ec69706377bd0f3db86f1cf2bb047a (diff) | |
download | patches-ccfac09c828b055d221000a071591e4a69e68d28.tar patches-ccfac09c828b055d221000a071591e4a69e68d28.tar.gz |
gnu: geoclue: Update to 2.4.6.
* gnu/packages/gnome.scm (geoclue): Update to 2.4.6.
-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 f8fafdbc7a..4e2c9622f0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2528,7 +2528,7 @@ output devices.") (define-public geoclue (package (name "geoclue") - (version "2.4.4") + (version "2.4.6") (source (origin (method url-fetch) @@ -2537,7 +2537,7 @@ output devices.") name "-" version ".tar.xz")) (sha256 (base32 - "0p1ibjf5vzjsahw5xif2si3lj6a00sxhll008jk7w1hj1jfznhww")) + "1dnknrwln159dj7pdprnfa4zjprgslabxngmn11jyjwvbi2zfzf5")) (patches (search-patches "geoclue-config.patch")))) (build-system glib-or-gtk-build-system) (arguments |