guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: coq-flocq: Use predictable source URI.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: coq-flocq: Use predictable source URI.
Date: Fri, 23 Mar 2018 06:32:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dd8237b6c3012b8576e19631a4c11484d0ee9cfa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 22 15:17:11 2018 +0100

    gnu: coq-flocq: Use predictable source URI.
    
    * gnu/packages/ocaml.scm (coq-flocq)[source]: Use predictable URI.
---
 gnu/packages/ocaml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a831036..00d1d1c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3871,8 +3871,9 @@ cross-platform SDL C library.")
     (version "2.6.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"https://gforge.inria.fr/frs/download.php/file";
-                                  "/37054/flocq-" version ".tar.gz"))
+              ;; Use the ‘Latest version’ link for a stable URI across 
releases.
+              (uri (string-append "https://gforge.inria.fr/frs/download.php/";
+                                  "latestfile/2228/flocq-" version ".tar.gz"))
               (sha256
                (base32
                 "13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3"))))



reply via email to

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