summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2018-11-29 23:13:01 +0100
committerJulien Lepiller <julien@lepiller.eu>2018-11-29 23:16:06 +0100
commit477fceb1e3a35e95e53e748fcdf6eed27a7a9120 (patch)
treef01b65d9fb299e651e670f4203075cbb425f763e /gnu/packages/ocaml.scm
parentfa45b22d4e5a64037f63576b99b8a91e5b198e30 (diff)
downloadgnu-guix-477fceb1e3a35e95e53e748fcdf6eed27a7a9120.tar
gnu-guix-477fceb1e3a35e95e53e748fcdf6eed27a7a9120.tar.gz
gnu: coq: Update to 8.8.2.
* gnu/packages/ocaml.scm (coq): Update to 8.8.2.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index cba1e4e747..08571eb6a9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -617,7 +617,7 @@ the OCaml core distribution.")
(define-public coq
(package
(name "coq")
- (version "8.8.1")
+ (version "8.8.2")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "13cyvbg8cgqkg9wz0ax7jq03srj9k0lyvny97fcka4ai1zrzwln8"))))
+ "0i2hs0i6rp27cy8zd0mx7jscqw5cx2y0diw0pxgij66s3yr47y7r"))))
(native-search-paths
(list (search-path-specification
(variable "COQPATH")