about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/mathcomp-finmap
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-finmap
parent71d0e49b24ce41dffe5b6d492cb122ccd084536f (diff)
coqPackages.mathcomp: 1.12.0 -> 1.13.0
Diffstat (limited to 'pkgs/development/coq-modules/mathcomp-finmap')
-rw-r--r--pkgs/development/coq-modules/mathcomp-finmap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/mathcomp-finmap/default.nix b/pkgs/development/coq-modules/mathcomp-finmap/default.nix
index c506d07e45747..6a72f73a01b8a 100644
--- a/pkgs/development/coq-modules/mathcomp-finmap/default.nix
+++ b/pkgs/development/coq-modules/mathcomp-finmap/default.nix
@@ -7,7 +7,7 @@ with lib; mkCoqDerivation {
   owner = "math-comp";
   inherit version;
   defaultVersion = with versions; switch [ coq.version mathcomp.version ]  [
-      { cases = [ (isGe "8.10")          (range "1.11" "1.12") ]; out = "1.5.1"; }
+      { cases = [ (isGe "8.10")          (range "1.11" "1.13") ]; out = "1.5.1"; }
       { cases = [ (range "8.7" "8.11")   "1.11.0" ];              out = "1.5.0"; }
       { cases = [ (isEq "8.11")          (range "1.8" "1.10") ];  out = "1.4.0+coq-8.11"; }
       { cases = [ (range "8.7" "8.11.0") (range "1.8" "1.10") ];  out = "1.4.0"; }