1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Andreas Enge
2026-01-07 16:05:27 +01:00
committed by Rutherther
parent 306495b073
commit 4eef47d0e8

View File

@@ -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))