[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71492] [PATCH 5/6] gnu: coq-mathcomp: Update to 1.19.0.
From: |
Jean-Pierre De Jesus DIAZ |
Subject: |
[bug#71492] [PATCH 5/6] gnu: coq-mathcomp: Update to 1.19.0. |
Date: |
Wed, 12 Jun 2024 10:57:12 +0200 |
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.19.0.
Change-Id: Icf72f91c09aa0504d7175d437a1cf75020751335
---
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 30c5a09665..18fc116bd6 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -351,7 +351,7 @@ (define-public coq-gappa
(define-public coq-mathcomp
(package
(name "coq-mathcomp")
- (version "1.17.0")
+ (version "1.19.0")
(source
(origin
(method git-fetch)
@@ -360,7 +360,7 @@ (define-public coq-mathcomp
(commit (string-append "mathcomp-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "06i6kw5p2024n6h9mf8bvwn54il1a4z2h4qrgc8y0iq8hkvx4fnd"))))
+ (base32 "0dij9zl2ag083dzgrv2j16ks2kkn2xxwnk1wr5956zw1y7ynrzb3"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml which coq))
--
2.45.1
- [bug#71492] [PATCH 0/6] coq: Update various packages., Jean-Pierre De Jesus DIAZ, 2024/06/11
- [bug#71492] [PATCH 3/6] gnu: coq-gappa: Update to 1.5.5., Jean-Pierre De Jesus DIAZ, 2024/06/12
- [bug#71492] [PATCH 2/6] gnu: coq-coquelicot: Update to 3.4.1., Jean-Pierre De Jesus DIAZ, 2024/06/12
- [bug#71492] [PATCH 1/6] gnu: coq-autosubst: Update to 1.8-0.6ba0acc., Jean-Pierre De Jesus DIAZ, 2024/06/12
- [bug#71492] [PATCH 6/6] gnu: coq-stdpp: Update to 1.10.0., Jean-Pierre De Jesus DIAZ, 2024/06/12
- [bug#71492] [PATCH 4/6] gnu: coq-interval: Update to 4.10.0., Jean-Pierre De Jesus DIAZ, 2024/06/12
- [bug#71492] [PATCH 5/6] gnu: coq-mathcomp: Update to 1.19.0.,
Jean-Pierre De Jesus DIAZ <=
- [bug#71492] [PATCH 0/6] coq: Update various packages., Arnaud Daby-Seesaram, 2024/06/12
- [bug#71492] New release?, Andreas Enge, 2024/06/14
- [bug#71492] [PATCH v2] gnu: coq-autosubst: Fix Coq 8.19 compatibility., Jean-Pierre De Jesus DIAZ, 2024/06/17
- [bug#71492] New release?, Jean-Pierre De Jesus Diaz, 2024/06/17