Revert "Revert "gnu: geoclue: Update to 2.4.3.""

This reverts commit e4a7039e46.
master
宋文武 2016-04-27 21:52:02 +08:00
parent 8e3593353e
commit 54e911bcc2
1 changed files with 4 additions and 3 deletions

View File

@ -2355,7 +2355,7 @@ output devices.")
(define-public geoclue
(package
(name "geoclue")
(version "2.2.0")
(version "2.4.3")
(source
(origin
(method url-fetch)
@ -2364,7 +2364,7 @@ output devices.")
name "-" version ".tar.xz"))
(sha256
(base32
"0inlqx0zar498fhi9hh92p2g4kp8qy3zdl4z3vw6bjwp9w6xx454"))
"0pk07k65dlw37nz8z5spksivsv5nh96xmbi336rf2yfxf2ldpadd"))
(patches (search-patches "geoclue-config.patch"))))
(build-system glib-or-gtk-build-system)
(arguments
@ -2385,7 +2385,8 @@ output devices.")
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
(inputs
`(("glib" ,glib)
`(("avahi" ,avahi)
("glib" ,glib)
("json-glib" ,json-glib)
("libsoup" ,libsoup)))
(home-page "http://freedesktop.org/wiki/Software/GeoClue/")