[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: coq-mathcomp: Update to 1.15.0.
From: |
guix-commits |
Subject: |
05/11: gnu: coq-mathcomp: Update to 1.15.0. |
Date: |
Thu, 22 Sep 2022 01:38:43 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 9140a4dd1d449f9df02d3c26a211ca335bacff14
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Sep 19 21:25:12 2022 +0200
gnu: coq-mathcomp: Update to 1.15.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.15.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 e312eeaea1..cd864e962f 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -345,7 +345,7 @@ assistant.")
(define-public coq-mathcomp
(package
(name "coq-mathcomp")
- (version "1.14.0")
+ (version "1.15.0")
(source
(origin
(method git-fetch)
@@ -354,7 +354,7 @@ assistant.")
(commit (string-append "mathcomp-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rqg47dg84wr6d9v2pzna54dm62awcm8xdwx4dqwdwhf58fjxa9i"))))
+ (base32 "158zl36zbvi5qx2nqbfnrg00jpgp6hjr5hmls7d8d0421ar6b67i"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml which coq))
- branch master updated (33d4992b69 -> 04cad8e29e), guix-commits, 2022/09/22
- 05/11: gnu: coq-mathcomp: Update to 1.15.0.,
guix-commits <=
- 08/11: gnu: ocaml-linenoise: Update to 1.4.0., guix-commits, 2022/09/22
- 11/11: gnu: Add ideviceinstaller., guix-commits, 2022/09/22
- 01/11: gnu: Add ocaml-lablgtk3-sourceview3., guix-commits, 2022/09/22
- 09/11: gnu: ocaml-uunf: Update to 15.0.0., guix-commits, 2022/09/22
- 06/11: gnu: coq-interval: Update to 4.5.2., guix-commits, 2022/09/22
- 04/11: gnu: coq-gappa: Update to 1.5.2., guix-commits, 2022/09/22
- 02/11: gnu: lablgtk3: Update to 3.1.2., guix-commits, 2022/09/22
- 07/11: gnu: coq: Update to 8.16.0., guix-commits, 2022/09/22
- 10/11: gnu: ocaml-uucp: Update to 15.0.0., guix-commits, 2022/09/22
- 03/11: gnu: coq-flocq: Update to 4.1.0., guix-commits, 2022/09/22