diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-09-19 21:25:12 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-09-22 07:34:40 +0200 |
commit | 9140a4dd1d449f9df02d3c26a211ca335bacff14 (patch) | |
tree | eba31a6690206d141b9e422786e3c9c9bbafaebb /gnu/packages/coq.scm | |
parent | a440e905fd002a853e7a3e833434a6dbf6cd7371 (diff) |
gnu: coq-mathcomp: Update to 1.15.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.15.0.
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 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)) |