gnu: coq: Update to 8.8.1.

* gnu/packages/ocaml.scm (coq): Update to 8.8.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-14 20:34:29 +02:00
parent 1d7cc6841e
commit ed017a78be
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -457,7 +457,7 @@ (define-public hevea
(define-public coq (define-public coq
(package (package
(name "coq") (name "coq")
(version "8.8.0") (version "8.8.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/coq/coq/archive/V" (uri (string-append "https://github.com/coq/coq/archive/V"
@ -465,7 +465,7 @@ (define-public coq
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0g96k2x6lbddlmkmdaczvcpb2gwqi1ydbq9bv4gf9q38kv9w3xya")))) "13cyvbg8cgqkg9wz0ax7jq03srj9k0lyvny97fcka4ai1zrzwln8"))))
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification
(variable "COQPATH") (variable "COQPATH")