~ruther/guix-local

4eef47d0e835f27dc9a9336a910ebf4f33052eec — Andreas Enge 4 months ago 306495b
gnu: gpsd: Update to 3.27.3.

* gnu/packages/gps.scm (gpsd): Update to 3.27.3.

Change-Id: Ic88b76a2e3ab0d13eb20016d3d8e0ef24bad11da
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gps.scm
M gnu/packages/gps.scm => gnu/packages/gps.scm +2 -2
@@ 248,13 248,13 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
(define-public gpsd
  (package
    (name "gpsd")
    (version "3.23.1")
    (version "3.27.3")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://savannah/gpsd/gpsd-" version ".tar.xz"))
       (sha256
        (base32 "1hd8b09is4gd73lpsdywxxdx11iijikmqgxd0y57pic3yxnlcb6a"))))
        (base32 "0lsnmp61jih5yaf3zz87zssyrcwad937rkahxxlblhh2l1wck8z4"))))
    (build-system scons-build-system)
    (native-inputs
     (list bc pkg-config))