gnu: coq-interval: Fix source URL for 3.3.0.
This is a followup to 6efc999678
.
Fixes <https://bugs.gnu.org/29284>.
Reported by Efraim Flashner <efraim@flashner.co.il>.
* gnu/packages/ocaml.scm (coq-interval): Adjust URL.
This commit is contained in:
parent
b5bfa4773d
commit
f7f8930b37
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue