guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gpsd: Update to 3.20.


From: guix-commits
Subject: 02/02: gnu: gpsd: Update to 3.20.
Date: Fri, 3 Apr 2020 04:19:23 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 24f4263d06561ee9754283348f6688a46ccace55
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Fri Apr 3 10:12:47 2020 +0200

    gnu: gpsd: Update to 3.20.
    
    * gnu/packages/gps.scm (gpsd): Update to 3.20.
      [inputs]: Add gtk+.
---
 gnu/packages/gps.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index cd2e09e..4393398 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -220,14 +220,14 @@ such as elevation, speed, heart rate, power, temperature, 
and gear shifts.")
 (define-public gpsd
   (package
     (name "gpsd")
-    (version "3.19")
+    (version "3.20")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download-mirror.savannah.gnu.org";
                            "/releases/gpsd/gpsd-" version ".tar.gz"))
        (sha256
-        (base32 "0faz2mvk82hi7ispxxih07lhpyz5dazs4gcknym9piiabga29p97"))))
+        (base32 "0l2yz0yw9sil82lh2l4swkkldgmhzhv588n5lcavib4f0q2phahp"))))
     (build-system scons-build-system)
     (native-inputs
      `(("bc" ,bc)
@@ -235,6 +235,7 @@ such as elevation, speed, heart rate, power, temperature, 
and gear shifts.")
     (inputs
      `(("bluez" ,bluez)
        ("dbus" ,dbus)
+       ("gtk+" ,gtk+)
        ("libcap" ,libcap)
        ("libusb" ,libusb)
        ("ncurses" ,ncurses)



reply via email to

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