me
/
guix
Archived
1
0
Fork 0

gnu: geoclue: Update to 2.5.6.

* gnu/packages/gnome.scm (geoclue): Update to 2.5.6.
master
Tobias Geerinckx-Rice 2020-06-06 06:17:40 +02:00
parent 6f64a05ec9
commit 2bf0a5cbae
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -4124,7 +4124,7 @@ output devices.")
(define-public geoclue (define-public geoclue
(package (package
(name "geoclue") (name "geoclue")
(version "2.5.5") (version "2.5.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4132,8 +4132,7 @@ output devices.")
(string-append "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/" (string-append "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/"
version "/geoclue-" version ".tar.bz2")) version "/geoclue-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32 "0a833x5apzabxj80ywvsh8crd635vni2i9v9c1p095f6hvmfc45k"))
"1b7jqrsn4x7mxjxj8hvb2dl2cmhrpb9vibs4rvkkanky5nsx3sai"))
(patches (search-patches "geoclue-config.patch")))) (patches (search-patches "geoclue-config.patch"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments