diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-07 16:05:27 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:52 +0100 |
| commit | 4eef47d0e835f27dc9a9336a910ebf4f33052eec (patch) | |
| tree | 3afe7bdbc66605db981021e7263935021756c514 | |
| parent | 306495b073b7e0d1e01580acac935db62fbb02d0 (diff) | |
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>
| -rw-r--r-- | gnu/packages/gps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 976b00b6309..e63ba9af626 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -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)) |
