gnu: gpsd: Update to 3.21.

* gnu/packages/gps.scm (gpsd): Update to 3.21.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-16 21:03:18 +02:00
parent 4364d0f861
commit 6a513960c4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -218,14 +218,14 @@ (define-public gpxsee
(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)