diff mbox series

[bug#64249,v8,05/13] gnu: Update coq-mathcomp to 1.17.0.

Message ID f26adcd97165d02e582f829f8c519506c5fc362f.1699012157.git.pukkamustard@posteo.net
State New
Headers show
Series [bug#64249,v8,01/13] gnu: ocaml: Update to 4.14.1. | expand

Commit Message

pukkamustard Nov. 3, 2023, 11:50 a.m. UTC
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.17.0.
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 6371084a71..f9e3d89867 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -348,7 +348,7 @@  (define-public coq-gappa
 (define-public coq-mathcomp
   (package
     (name "coq-mathcomp")
-    (version "1.15.0")
+    (version "1.17.0")
     (source
      (origin
        (method git-fetch)
@@ -357,7 +357,7 @@  (define-public coq-mathcomp
              (commit (string-append "mathcomp-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "158zl36zbvi5qx2nqbfnrg00jpgp6hjr5hmls7d8d0421ar6b67i"))))
+        (base32 "06i6kw5p2024n6h9mf8bvwn54il1a4z2h4qrgc8y0iq8hkvx4fnd"))))
     (build-system gnu-build-system)
     (native-inputs
      (list ocaml which coq))