me
/
guix
Archived
1
0
Fork 0

gnu: gpsd: Download using mirror uri.

* gnu/packages/gps.scm (gpsd)[source]: Rewrite source uri to use
download mirrors.
Efraim Flashner 2023-07-09 10:01:04 +03:00
parent 8306d3e529
commit 1bd6b91368
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -214,8 +214,7 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
(source
(origin
(method url-fetch)
(uri (string-append "https://download-mirror.savannah.gnu.org"
"/releases/gpsd/gpsd-" version ".tar.xz"))
(uri (string-append "mirror://savannah/gpsd/gpsd-" version ".tar.xz"))
(sha256
(base32 "1hd8b09is4gd73lpsdywxxdx11iijikmqgxd0y57pic3yxnlcb6a"))))
(build-system scons-build-system)