gnu: coq: Update to 8.8.2.

* gnu/packages/ocaml.scm (coq): Update to 8.8.2.
master
Julien Lepiller 2018-11-29 23:13:01 +01:00
parent fa45b22d4e
commit 477fceb1e3
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -617,7 +617,7 @@ the OCaml core distribution.")
(define-public coq (define-public coq
(package (package
(name "coq") (name "coq")
(version "8.8.1") (version "8.8.2")
(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"
@ -625,7 +625,7 @@ the OCaml core distribution.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13cyvbg8cgqkg9wz0ax7jq03srj9k0lyvny97fcka4ai1zrzwln8")))) "0i2hs0i6rp27cy8zd0mx7jscqw5cx2y0diw0pxgij66s3yr47y7r"))))
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification
(variable "COQPATH") (variable "COQPATH")