diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-05-04 20:44:15 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-05-04 21:30:51 +0200 |
commit | 206af0dfcf4b8311c3cd83bc7d647103145efbf6 (patch) | |
tree | 39220d0b0a5e80b73c71a118d936b6c88be46e35 /gnu/packages/ocaml.scm | |
parent | 1b96fa013d9d6ca124c74cbc3ad57f1c27574a04 (diff) | |
download | patches-206af0dfcf4b8311c3cd83bc7d647103145efbf6.tar patches-206af0dfcf4b8311c3cd83bc7d647103145efbf6.tar.gz |
gnu: coq-mathcomp: Update to 1.7.0.
* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1.7.0.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 956876accf..792dcf1647 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3971,14 +3971,14 @@ assistant.") (define-public coq-mathcomp (package (name "coq-mathcomp") - (version "1.6.2") + (version "1.7.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/math-comp/math-comp/archive/mathcomp-" version ".tar.gz")) (sha256 (base32 - "0lg5ncr7p4y8qqq6pfw6brqc6a9xzlfa0drprwfdn0rnyaq5nca6")))) + "05zgyi4wmasi1rcyn5jq42w0bi9713q9m8dl1fdgl66nmacixh39")))) (build-system gnu-build-system) (native-inputs `(("ocaml" ,ocaml) |