guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: geoclue: Update to 2.4.3.


From: ???
Subject: 01/02: gnu: geoclue: Update to 2.4.3.
Date: Sat, 23 Apr 2016 12:16:00 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 71a8d3b67c1e85372f0c329b64dbebf12e2b4612
Author: 宋文武 <address@hidden>
Date:   Sat Apr 23 19:47:50 2016 +0800

    gnu: geoclue: Update to 2.4.3.
    
    * gnu/packages/gnome.scm (geoclue): Update to 2.4.3.
---
 gnu/packages/gnome.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4272493..58de212 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]