[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: coq-mathcomp: Update to 1.7.0.
From: |
julien lepiller |
Subject: |
04/06: gnu: coq-mathcomp: Update to 1.7.0. |
Date: |
Fri, 4 May 2018 15:31:32 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 206af0dfcf4b8311c3cd83bc7d647103145efbf6
Author: Julien Lepiller <address@hidden>
Date: Fri May 4 20:44:15 2018 +0200
gnu: coq-mathcomp: Update to 1.7.0.
* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1.7.0.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 956876a..792dcf1 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)
- branch master updated (dc13321 -> 925fe4b), julien lepiller, 2018/05/04
- 01/06: gnu: coq: Update to 8.8.0., julien lepiller, 2018/05/04
- 02/06: gnu: coq-flocq: Update to 2.6.1., julien lepiller, 2018/05/04
- 06/06: gnu: coq-coquelicot: Fix for coq 8.8., julien lepiller, 2018/05/04
- 04/06: gnu: coq-mathcomp: Update to 1.7.0.,
julien lepiller <=
- 03/06: gnu: coq-gappa: Update to 1.3.2., julien lepiller, 2018/05/04
- 05/06: gnu: coq-bignums: Update to 8.8.0., julien lepiller, 2018/05/04