de2d557

coq-8.9 is packaged and 8.8 disappeared, so package it instead of 8.9

more/packages/ocaml.scm

251251
               (invoke "make"))
252252
             #t)))))))
253253
254-
(define-public coq-8.9
254+
(define-public coq-8.8
255255
  (package
256256
    (inherit coq)
257257
    (name "coq")
258-
    (version "8.9.0")
258+
    (version "8.8.2")
259259
    (source (origin
260260
              (method url-fetch)
261261
              (uri (string-append "https://github.com/coq/coq/archive/V"

263263
              (file-name (string-append name "-" version ".tar.gz"))
264264
              (sha256
265265
               (base32
266-
                "1w0g0w2ps3v17g0nkf9zrnlhzrfvvzxyp248kgqnvybrinyf5mlb"))))
266+
                "0i2hs0i6rp27cy8zd0mx7jscqw5cx2y0diw0pxgij66s3yr47y7r"))))
267267
    (native-inputs
268268
     `(("ocaml-ounit" ,ocaml-ounit)
269269
       ,@(package-native-inputs coq)))))