gnu: gmp-ecm: Update source URI.
* gnu/packages/algebra.scm (gmp-ecm): Update source URI from gforge.inria.fr to gitlab.inria.fr.
This commit is contained in:
		
							parent
							
								
									fb65185379
								
							
						
					
					
						commit
						56bfc71f0b
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -674,9 +674,11 @@ geometry and singularity theory.") | ||||||
|    (version "7.0.4") |    (version "7.0.4") | ||||||
|    (source (origin |    (source (origin | ||||||
|              (method url-fetch) |              (method url-fetch) | ||||||
|              ;; Use the ‘Latest version’ link for a stable URI across releases. |              (uri | ||||||
|              (uri (string-append "https://gforge.inria.fr/frs/download.php/" |                (let ((hash "00c4c691a1ef8605b65bdf794a71539d")) | ||||||
|                                  "latestfile/160/ecm-" version ".tar.gz")) |                     (string-append "https://gitlab.inria.fr/zimmerma/ecm/" | ||||||
|  |                                    "uploads/" hash "/ecm-" version | ||||||
|  |                                    ".tar.gz"))) | ||||||
|              (sha256 (base32 |              (sha256 (base32 | ||||||
|                       "0hxs24c2m3mh0nq1zz63z3sb7dhy1rilg2s1igwwcb26x3pb7xqc")))) |                       "0hxs24c2m3mh0nq1zz63z3sb7dhy1rilg2s1igwwcb26x3pb7xqc")))) | ||||||
|    (build-system gnu-build-system) |    (build-system gnu-build-system) | ||||||
|  |  | ||||||
		Reference in a new issue