coq-8.9 is packaged and 8.8 disappeared, so package it instead of 8.9
more/packages/ocaml.scm
251 | 251 | (invoke "make")) | |
252 | 252 | #t))))))) | |
253 | 253 | ||
254 | - | (define-public coq-8.9 | |
254 | + | (define-public coq-8.8 | |
255 | 255 | (package | |
256 | 256 | (inherit coq) | |
257 | 257 | (name "coq") | |
258 | - | (version "8.9.0") | |
258 | + | (version "8.8.2") | |
259 | 259 | (source (origin | |
260 | 260 | (method url-fetch) | |
261 | 261 | (uri (string-append "https://github.com/coq/coq/archive/V" | |
… | |||
263 | 263 | (file-name (string-append name "-" version ".tar.gz")) | |
264 | 264 | (sha256 | |
265 | 265 | (base32 | |
266 | - | "1w0g0w2ps3v17g0nkf9zrnlhzrfvvzxyp248kgqnvybrinyf5mlb")))) | |
266 | + | "0i2hs0i6rp27cy8zd0mx7jscqw5cx2y0diw0pxgij66s3yr47y7r")))) | |
267 | 267 | (native-inputs | |
268 | 268 | `(("ocaml-ounit" ,ocaml-ounit) | |
269 | 269 | ,@(package-native-inputs coq))))) |