diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-11-24 18:22:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-24 18:22:42 +0100 |
commit | f7f8930b37e1c51af99e363421eb54f2dab224f8 (patch) | |
tree | 97dfb41336f2c8c69b5751fac149b5875a42ae07 /gnu/packages/ocaml.scm | |
parent | b5bfa4773d50b12ec7e71e89892474e7f3c679ba (diff) | |
download | guix-f7f8930b37e1c51af99e363421eb54f2dab224f8.tar guix-f7f8930b37e1c51af99e363421eb54f2dab224f8.tar.gz |
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 <efraim@flashner.co.il>.
* gnu/packages/ocaml.scm (coq-interval): Adjust URL.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index fbcb1def4d..24787fbde7 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")))) |