mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: geoclue: Update to 2.5.7.
* gnu/packages/gnome.scm (geoclue): Update to 2.5.7.
This commit is contained in:
parent
c15fee61eb
commit
f4a809145f
1 changed files with 2 additions and 2 deletions
|
@ -5157,7 +5157,7 @@ (define-public colord
|
||||||
(define-public geoclue
|
(define-public geoclue
|
||||||
(package
|
(package
|
||||||
(name "geoclue")
|
(name "geoclue")
|
||||||
(version "2.5.6")
|
(version "2.5.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5165,7 +5165,7 @@ (define-public geoclue
|
||||||
(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 "0a833x5apzabxj80ywvsh8crd635vni2i9v9c1p095f6hvmfc45k"))
|
(base32 "09ww26a76kanldhgwnn5sqy9ly2940k45zpp68spykkv2zjdpivc"))
|
||||||
(patches (search-patches "geoclue-config.patch"))))
|
(patches (search-patches "geoclue-config.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue