guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit d264d20d22b682949b337bc335ffeda0672f200f
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jan 7 16:05:27 2026 +0100
gnu: gpsd: Update to 3.27.3.
* gnu/packages/gps.scm (gpsd): Update to 3.27.3.
Change-Id: Ic88b76a2e3ab0d13eb20016d3d8e0ef24bad11da
---
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 0b12c1cde4..9ccf355a35 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -247,13 +247,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))