From f5b0d90490a19ff0f62c84529b6b3546e6de5a18 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 4 May 2019 19:27:30 +0200 Subject: gnu: coq-mathcomp: Update to 1.8.0. * gnu/packages/coq.scm (coq-mathcomp): Update to 1.8.0. --- gnu/packages/coq.scm | 4 ++-- 1 file 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) -- cgit v1.2.3