guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gmp-ecm: Update source URI.


From: guix-commits
Subject: branch master updated: gnu: gmp-ecm: Update source URI.
Date: Wed, 13 Jan 2021 10:03:35 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 56bfc71  gnu: gmp-ecm: Update source URI.
56bfc71 is described below

commit 56bfc71f0b5756ee4d654c88dfdbf77e7ace6d71
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Jan 13 15:58:47 2021 +0100

    gnu: gmp-ecm: Update source URI.
    
    * gnu/packages/algebra.scm (gmp-ecm): Update source URI from gforge.inria.fr
    to gitlab.inria.fr.
---
 gnu/packages/algebra.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 2148789..7fed5cf 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]