gnu: coq-mathcomp: Update to 1.7.0.

* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1.7.0.
This commit is contained in:
Julien Lepiller 2018-05-04 20:44:15 +02:00
parent 1b96fa013d
commit 206af0dfcf
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -3971,14 +3971,14 @@ assistant.")
(define-public coq-mathcomp (define-public coq-mathcomp
(package (package
(name "coq-mathcomp") (name "coq-mathcomp")
(version "1.6.2") (version "1.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/math-comp/math-comp/archive/mathcomp-" (uri (string-append "https://github.com/math-comp/math-comp/archive/mathcomp-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0lg5ncr7p4y8qqq6pfw6brqc6a9xzlfa0drprwfdn0rnyaq5nca6")))) "05zgyi4wmasi1rcyn5jq42w0bi9713q9m8dl1fdgl66nmacixh39"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("ocaml" ,ocaml) `(("ocaml" ,ocaml)