guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gpsd: Update to 3.21.


From: guix-commits
Subject: 04/05: gnu: gpsd: Update to 3.21.
Date: Sun, 16 Aug 2020 17:40:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6a513960c4784f12b0a1ae818cae00ddef4910b1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 16 21:03:18 2020 +0200

    gnu: gpsd: Update to 3.21.
    
    * gnu/packages/gps.scm (gpsd): Update to 3.21.
---
 gnu/packages/gps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 975f2ce..92ba884 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -218,14 +218,14 @@ such as elevation, speed, heart rate, power, temperature, 
and gear shifts.")
 (define-public gpsd
   (package
     (name "gpsd")
-    (version "3.20")
+    (version "3.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download-mirror.savannah.gnu.org";
                            "/releases/gpsd/gpsd-" version ".tar.gz"))
        (sha256
-        (base32 "0l2yz0yw9sil82lh2l4swkkldgmhzhv588n5lcavib4f0q2phahp"))))
+        (base32 "14gyqrbrq6jz4y6x59rdpv9d4c3pbn0vh1blq3iwrc6kz0x4ql35"))))
     (build-system scons-build-system)
     (native-inputs
      `(("bc" ,bc)



reply via email to

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