guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: geoclue: Update to 2.5.7.


From: guix-commits
Subject: 09/14: gnu: geoclue: Update to 2.5.7.
Date: Sun, 3 Jan 2021 02:36:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f4a809145feac0e3b07fc196b1c75638e8aec02e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 2 20:19:32 2021 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6f9fc92..3ee3a69 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5157,7 +5157,7 @@ output devices.")
 (define-public geoclue
   (package
     (name "geoclue")
-    (version "2.5.6")
+    (version "2.5.7")
     (source
      (origin
        (method url-fetch)
@@ -5165,7 +5165,7 @@ output devices.")
         (string-append 
"https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/";
                        version "/geoclue-" version ".tar.bz2"))
        (sha256
-        (base32 "0a833x5apzabxj80ywvsh8crd635vni2i9v9c1p095f6hvmfc45k"))
+        (base32 "09ww26a76kanldhgwnn5sqy9ly2940k45zpp68spykkv2zjdpivc"))
        (patches (search-patches "geoclue-config.patch"))))
     (build-system meson-build-system)
     (arguments



reply via email to

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