gnu: gpsd: Download using mirror uri.
* gnu/packages/gps.scm (gpsd)[source]: Rewrite source uri to use download mirrors.
This commit is contained in:
		
							parent
							
								
									8306d3e529
								
							
						
					
					
						commit
						1bd6b91368
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Reference in a new issue