summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-05-04 19:27:30 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-05-04 19:41:35 +0200
commitf5b0d90490a19ff0f62c84529b6b3546e6de5a18 (patch)
treec7eb79bdafbffb83c59f3f837e63fde466db27bb /gnu/packages/coq.scm
parent1f1ea9c0cb6ac73ab28199259de8e716e04046b6 (diff)
downloadguix-patches-f5b0d90490a19ff0f62c84529b6b3546e6de5a18.tar
guix-patches-f5b0d90490a19ff0f62c84529b6b3546e6de5a18.tar.gz
gnu: coq-mathcomp: Update to 1.8.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.8.0.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r--gnu/packages/coq.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index dc40ea3558..2709fb991c 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -284,7 +284,7 @@ assistant.")
(define-public coq-mathcomp
(package
(name "coq-mathcomp")
- (version "1.7.0")
+ (version "1.8.0")
(source
(origin
(method git-fetch)
@@ -293,7 +293,7 @@ assistant.")
(commit (string-append "mathcomp-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1cdzi67jj440xkdpxm10aly80zpn56vjzj2ygb67iq3xpljlv95h"))))
+ (base32 "1sdrw3b6lc8crz02lp90a863rvyzhc9vcfsrdvc9m311yiaad4xv"))))
(build-system gnu-build-system)
(native-inputs
`(("ocaml" ,ocaml)