diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 06:17:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 09:21:49 +0200 |
commit | 2bf0a5cbae96adfe97de5903f620d441a3106c07 (patch) | |
tree | 55c25cb581783958edbe5ce0213146bc11388e75 /gnu/packages/gnome.scm | |
parent | 6f64a05ec920ed46a845ad399546170988d2e05d (diff) |
gnu: geoclue: Update to 2.5.6.
* gnu/packages/gnome.scm (geoclue): Update to 2.5.6.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6bcc36dec5..592cab0b49 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4124,7 +4124,7 @@ output devices.") (define-public geoclue (package (name "geoclue") - (version "2.5.5") + (version "2.5.6") (source (origin (method url-fetch) @@ -4132,8 +4132,7 @@ output devices.") (string-append "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/" version "/geoclue-" version ".tar.bz2")) (sha256 - (base32 - "1b7jqrsn4x7mxjxj8hvb2dl2cmhrpb9vibs4rvkkanky5nsx3sai")) + (base32 "0a833x5apzabxj80ywvsh8crd635vni2i9v9c1p095f6hvmfc45k")) (patches (search-patches "geoclue-config.patch")))) (build-system meson-build-system) (arguments |