summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Pierre De Jesus DIAZ <jean@foundation.xyz>2024-06-12 10:57:12 +0200
committerAndreas Enge <andreas@enge.fr>2024-06-16 10:15:36 +0200
commit00a898eb5a07f2b9d433a81eb2284f18a8011cc0 (patch)
tree8ca4a741487a31a464eac70efe616c5409249eff
parentc3a9abad9dc9a5778f444f4f12b6b82c907914fa (diff)
gnu: coq-mathcomp: Update to 1.19.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.19.0. Change-Id: Icf72f91c09aa0504d7175d437a1cf75020751335 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/coq.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 3b656fb6fe..6ef81c6e2c 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -351,7 +351,7 @@ assistant.")
(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 @@ assistant.")
(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))