me
/
guix
Archived
1
0
Fork 0

gnu: gmp-ecm: Update source URI.

* gnu/packages/algebra.scm (gmp-ecm): Update source URI from gforge.inria.fr
to gitlab.inria.fr.
master
Andreas Enge 2021-01-13 15:58:47 +01:00
parent fb65185379
commit 56bfc71f0b
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 5 additions and 3 deletions

View File

@ -674,9 +674,11 @@ geometry and singularity theory.")
(version "7.0.4")
(source (origin
(method url-fetch)
;; Use the Latest version link for a stable URI across releases.
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
"latestfile/160/ecm-" version ".tar.gz"))
(uri
(let ((hash "00c4c691a1ef8605b65bdf794a71539d"))
(string-append "https://gitlab.inria.fr/zimmerma/ecm/"
"uploads/" hash "/ecm-" version
".tar.gz")))
(sha256 (base32
"0hxs24c2m3mh0nq1zz63z3sb7dhy1rilg2s1igwwcb26x3pb7xqc"))))
(build-system gnu-build-system)