New coq

Julien LepillerTue Mar 12 17:32:41+0100 2019

52f7e16

New coq

more/packages/ocaml.scm

239239
               (invoke "make"))
240240
             #t)))))))
241241
242+
(define-public coq-8.9
243+
  (package
244+
    (inherit coq)
245+
    (name "coq")
246+
    (version "8.9.0")
247+
    (source (origin
248+
              (method url-fetch)
249+
              (uri (string-append "https://github.com/coq/coq/archive/V"
250+
                                  version ".tar.gz"))
251+
              (file-name (string-append name "-" version ".tar.gz"))
252+
              (sha256
253+
               (base32
254+
                "1w0g0w2ps3v17g0nkf9zrnlhzrfvvzxyp248kgqnvybrinyf5mlb"))))
255+
    (native-inputs
256+
     `(("ocaml-ounit" ,ocaml-ounit)
257+
       ,@(package-native-inputs coq)))))
258+
242259
(define-public coq-bignums-8.7
243260
  (package
244261
    (inherit coq-bignums)