[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: coq-mathcomp: Update to 1.14.0.
From: |
guix-commits |
Subject: |
06/06: gnu: coq-mathcomp: Update to 1.14.0. |
Date: |
Fri, 11 Feb 2022 04:33:48 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 74a1e5378ae5ef9e4520120446991914a59d4744
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 11 10:02:03 2022 +0100
gnu: coq-mathcomp: Update to 1.14.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.14.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 13c0a2f9db..8862f0704f 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -334,7 +334,7 @@ assistant.")
(define-public coq-mathcomp
(package
(name "coq-mathcomp")
- (version "1.13.0")
+ (version "1.14.0")
(source
(origin
(method git-fetch)
@@ -343,7 +343,7 @@ assistant.")
(commit (string-append "mathcomp-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0aj8hsdzzds5w0p1858s2b6k9zssjcxa6kgpi0q1nvaml4zfpkcc"))))
+ (base32 "1rqg47dg84wr6d9v2pzna54dm62awcm8xdwx4dqwdwhf58fjxa9i"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml which coq))
- branch master updated (e32ea56f05 -> 74a1e5378a), guix-commits, 2022/02/11
- 06/06: gnu: coq-mathcomp: Update to 1.14.0.,
guix-commits <=
- 05/06: gnu: coq: Update to 8.15.0., guix-commits, 2022/02/11
- 02/06: gnu: coq-gappa: Update to 1.5.1., guix-commits, 2022/02/11
- 04/06: gnu: coq-interval: Update to 4.4.0., guix-commits, 2022/02/11
- 01/06: gnu: coq-flocq: Update to 4.0.0., guix-commits, 2022/02/11
- 03/06: gnu: coq-bignums: Update to 8.15.0., guix-commits, 2022/02/11