guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: geoclue: Update to 2.5.6.


From: guix-commits
Subject: 07/12: gnu: geoclue: Update to 2.5.6.
Date: Sat, 6 Jun 2020 03:22:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2bf0a5cbae96adfe97de5903f620d441a3106c07
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 06:17:40 2020 +0200

    gnu: geoclue: Update to 2.5.6.
    
    * gnu/packages/gnome.scm (geoclue): Update to 2.5.6.
---
 gnu/packages/gnome.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6bcc36d..592cab0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4124,7 +4124,7 @@ output devices.")
 (define-public geoclue
   (package
     (name "geoclue")
-    (version "2.5.5")
+    (version "2.5.6")
     (source
      (origin
        (method url-fetch)
@@ -4132,8 +4132,7 @@ output devices.")
         (string-append 
"https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/";
                        version "/geoclue-" version ".tar.bz2"))
        (sha256
-        (base32
-         "1b7jqrsn4x7mxjxj8hvb2dl2cmhrpb9vibs4rvkkanky5nsx3sai"))
+        (base32 "0a833x5apzabxj80ywvsh8crd635vni2i9v9c1p095f6hvmfc45k"))
        (patches (search-patches "geoclue-config.patch"))))
     (build-system meson-build-system)
     (arguments



reply via email to

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