New coq
more/packages/ocaml.scm
| 239 | 239 | (invoke "make")) | |
| 240 | 240 | #t))))))) | |
| 241 | 241 | ||
| 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 | + | ||
| 242 | 259 | (define-public coq-bignums-8.7 | |
| 243 | 260 | (package | |
| 244 | 261 | (inherit coq-bignums) |