about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/mathcomp-analysis
diff options
context:
space:
mode:
authorCyril Cohen <cohen@crans.org>2021-10-28 16:17:24 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-10-29 21:05:07 +0200
commitc5c34f6be1162177555ef88165b65d7b1ea2f752 (patch)
tree95a0024309fe446b58e0ce4b9d08fe506d1f0d01 /pkgs/development/coq-modules/mathcomp-analysis
parent71d0e49b24ce41dffe5b6d492cb122ccd084536f (diff)
coqPackages.mathcomp: 1.12.0 -> 1.13.0
Diffstat (limited to 'pkgs/development/coq-modules/mathcomp-analysis')
-rw-r--r--pkgs/development/coq-modules/mathcomp-analysis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/mathcomp-analysis/default.nix b/pkgs/development/coq-modules/mathcomp-analysis/default.nix
index 76a5a84cc2331..5901fe2bb3964 100644
--- a/pkgs/development/coq-modules/mathcomp-analysis/default.nix
+++ b/pkgs/development/coq-modules/mathcomp-analysis/default.nix
@@ -18,7 +18,7 @@ let mca = mkCoqDerivation {
 
   inherit version;
   defaultVersion = with versions; switch [ coq.version mathcomp.version ]  [
-      { cases = [ (range "8.11" "8.13") "1.12.0" ];             out = "0.3.10"; }
+      { cases = [ (range "8.11" "8.14") (isGe "1.12.0") ];      out = "0.3.10"; }
       { cases = [ (range "8.11" "8.13") "1.11.0" ];             out = "0.3.4"; }
       { cases = [ (range "8.10" "8.12") "1.11.0" ];             out = "0.3.3"; }
       { cases = [ (range "8.10" "8.11") "1.11.0" ];             out = "0.3.1"; }