guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: coq-interval: Fix source URL for 3.3.0.


From: Ludovic Courtès
Subject: 02/03: gnu: coq-interval: Fix source URL for 3.3.0.
Date: Fri, 24 Nov 2017 12:48:47 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f7f8930b37e1c51af99e363421eb54f2dab224f8
Author: Ludovic Courtès <address@hidden>
Date:   Fri Nov 24 18:22:42 2017 +0100

    gnu: coq-interval: Fix source URL for 3.3.0.
    
    This is a followup to 6efc99967800183daa74ba2ebff6185dfcf1b33d.
    Fixes <https://bugs.gnu.org/29284>.
    Reported by Efraim Flashner <address@hidden>.
    
    * gnu/packages/ocaml.scm (coq-interval): Adjust URL.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index fbcb1de..24787fb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3964,7 +3964,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gforge.inria.fr/frs/download.php/";
-                                  "file/36538/interval-" version ".tar.gz"))
+                                  "file/37077/interval-" version ".tar.gz"))
               (sha256
                (base32
                 "08fdcf3hbwqphglvwprvqzgkg0qbimpyhnqsgv3gac4y1ap0f903"))))



reply via email to

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