diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-09 17:14:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-09 17:16:33 -0400 |
commit | c2783e2b94ae3f6f35ae7cfaa52904c98d6453a3 (patch) | |
tree | 5c5da8cecec364b925eea46695ba93d21461a4af | |
parent | 28f45dd7d7ab5c91b82145f6c94fe4476749f023 (diff) | |
download | guix-c2783e2b94ae3f6f35ae7cfaa52904c98d6453a3.tar guix-c2783e2b94ae3f6f35ae7cfaa52904c98d6453a3.tar.gz |
gnu: geoclue: Update to 2.4.4.
* gnu/packages/gnome.scm (geoclue): Update to 2.4.4.
-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 42b0ccadc6..3151fe2699 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2423,7 +2423,7 @@ output devices.") (define-public geoclue (package (name "geoclue") - (version "2.4.3") + (version "2.4.4") (source (origin (method url-fetch) @@ -2432,7 +2432,7 @@ output devices.") name "-" version ".tar.xz")) (sha256 (base32 - "0pk07k65dlw37nz8z5spksivsv5nh96xmbi336rf2yfxf2ldpadd")) + "0p1ibjf5vzjsahw5xif2si3lj6a00sxhll008jk7w1hj1jfznhww")) (patches (search-patches "geoclue-config.patch")))) (build-system glib-or-gtk-build-system) (arguments |