guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: scotch: Use predictable source URI.


From: Tobias Geerinckx-Rice
Subject: 07/09: gnu: scotch: Use predictable source URI.
Date: Sun, 25 Mar 2018 14:03:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1dc3109707df41f5f517abd3d6d00adfbab8bd0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 25 18:25:53 2018 +0200

    gnu: scotch: Use predictable source URI.
    
    * gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a0a539e..808e7d1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2170,8 +2170,8 @@ implemented in ANSI C, and MPI for communications.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "https://gforge.inria.fr/frs/download.php/34618/";
-                          "scotch_" version ".tar.gz"))
+      (uri (string-append "https://gforge.inria.fr/frs/download.php/";
+                          "latestfile/298/scotch_" version ".tar.gz"))
       (sha256
        (base32 "1ir088mvrqggyqdkx9qfynmiaffqbyih5qfl5mga2nrlm1qlsgzm"))
       (patches (search-patches "scotch-test-threading.patch"



reply via email to

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