diff options
author | pukkamustard <pukkamustard@posteo.net> | 2024-01-10 08:43:06 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2024-02-08 23:15:23 +0100 |
commit | 9ae0ff50acd3414bfff69b1d9db5d983fdd73976 (patch) | |
tree | ebe1352d52deb376e604a2ac659fb2cb6aede674 /gnu/packages/coq.scm | |
parent | db7c87e07092f171c7b9c1e9713f8be76cdeaa12 (diff) |
gnu: Update coq-mathcomp to 1.17.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.17.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Change-Id: Ia8397f94b7158128e6473811355a2c596c98970b
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index b2b97a42f3..473ce014a6 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -375,7 +375,7 @@ assistant.") (define-public coq-mathcomp (package (name "coq-mathcomp") - (version "1.15.0") + (version "1.17.0") (source (origin (method git-fetch) @@ -384,7 +384,7 @@ assistant.") (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)) |