diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-04-03 10:12:47 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-04-03 10:12:47 +0200 |
commit | 24f4263d06561ee9754283348f6688a46ccace55 (patch) | |
tree | 9b98b2d04453b486b862749656c521467d5471aa /gnu | |
parent | 4570ab03168886ea32bb1e8fcb927d1762014975 (diff) | |
download | patches-24f4263d06561ee9754283348f6688a46ccace55.tar patches-24f4263d06561ee9754283348f6688a46ccace55.tar.gz |
gnu: gpsd: Update to 3.20.
* gnu/packages/gps.scm (gpsd): Update to 3.20.
[inputs]: Add gtk+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gps.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index cd2e09e966..4393398bb0 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -220,14 +220,14 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.") (define-public gpsd (package (name "gpsd") - (version "3.19") + (version "3.20") (source (origin (method url-fetch) (uri (string-append "https://download-mirror.savannah.gnu.org" "/releases/gpsd/gpsd-" version ".tar.gz")) (sha256 - (base32 "0faz2mvk82hi7ispxxih07lhpyz5dazs4gcknym9piiabga29p97")))) + (base32 "0l2yz0yw9sil82lh2l4swkkldgmhzhv588n5lcavib4f0q2phahp")))) (build-system scons-build-system) (native-inputs `(("bc" ,bc) @@ -235,6 +235,7 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.") (inputs `(("bluez" ,bluez) ("dbus" ,dbus) + ("gtk+" ,gtk+) ("libcap" ,libcap) ("libusb" ,libusb) ("ncurses" ,ncurses) |