diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 21:03:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 23:36:27 +0200 |
commit | 6a513960c4784f12b0a1ae818cae00ddef4910b1 (patch) | |
tree | 10af64898aa27e046581918bac8079d0870f13dc /gnu/packages | |
parent | 4364d0f8613b0f2b846555f20832e35e15ba2561 (diff) |
gnu: gpsd: Update to 3.21.
* gnu/packages/gps.scm (gpsd): Update to 3.21.
Diffstat (limited to 'gnu/packages')
-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 975f2ced59..92ba884f46 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) |