guix-commits
[Top][All Lists]
Advanced

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

02/04: Revert "gnu: geoclue: Update to 2.4.3."


From: Mark H. Weaver
Subject: 02/04: Revert "gnu: geoclue: Update to 2.4.3."
Date: Sat, 23 Apr 2016 17:15:10 +0000

mhw pushed a commit to branch master
in repository guix.

commit e4a7039e4646989ff77bc5d998f3421252f6b7cb
Author: Mark H Weaver <address@hidden>
Date:   Sat Apr 23 13:12:51 2016 -0400

    Revert "gnu: geoclue: Update to 2.4.3."
    
    This reverts commit 71a8d3b67c1e85372f0c329b64dbebf12e2b4612.
---
 gnu/packages/gnome.scm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 58de212..4272493 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.4.3")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
@@ -2364,7 +2364,7 @@ output devices.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0pk07k65dlw37nz8z5spksivsv5nh96xmbi336rf2yfxf2ldpadd"))
+         "0inlqx0zar498fhi9hh92p2g4kp8qy3zdl4z3vw6bjwp9w6xx454"))
        (patches (search-patches "geoclue-config.patch"))))
     (build-system glib-or-gtk-build-system)
     (arguments
@@ -2385,8 +2385,7 @@ output devices.")
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))
     (inputs
-     `(("avahi" ,avahi)
-       ("glib" ,glib)
+     `(("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]