gnu: gpsd: Update to 3.20.

* gnu/packages/gps.scm (gpsd): Update to 3.20.
  [inputs]: Add gtk+.
This commit is contained in:
Guillaume Le Vaillant 2020-04-03 10:12:47 +02:00
parent 4570ab0316
commit 24f4263d06
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -220,14 +220,14 @@ (define-public gpxsee
(define-public gpsd (define-public gpsd
(package (package
(name "gpsd") (name "gpsd")
(version "3.19") (version "3.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download-mirror.savannah.gnu.org" (uri (string-append "https://download-mirror.savannah.gnu.org"
"/releases/gpsd/gpsd-" version ".tar.gz")) "/releases/gpsd/gpsd-" version ".tar.gz"))
(sha256 (sha256
(base32 "0faz2mvk82hi7ispxxih07lhpyz5dazs4gcknym9piiabga29p97")))) (base32 "0l2yz0yw9sil82lh2l4swkkldgmhzhv588n5lcavib4f0q2phahp"))))
(build-system scons-build-system) (build-system scons-build-system)
(native-inputs (native-inputs
`(("bc" ,bc) `(("bc" ,bc)
@ -235,6 +235,7 @@ (define-public gpsd
(inputs (inputs
`(("bluez" ,bluez) `(("bluez" ,bluez)
("dbus" ,dbus) ("dbus" ,dbus)
("gtk+" ,gtk+)
("libcap" ,libcap) ("libcap" ,libcap)
("libusb" ,libusb) ("libusb" ,libusb)
("ncurses" ,ncurses) ("ncurses" ,ncurses)