lol

coqPackages_8_19.mathcomp-real-closed

authored by

Pierre Roux and committed by
Vincent Laporte
145b4298 2114214e

+1 -1
+1 -1
pkgs/development/coq-modules/mathcomp-real-closed/default.nix
··· 21 21 22 22 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 23 23 { cases = [ (isGe "8.16") (isGe "2.0.0") ]; out = "2.0.0"; } 24 - { cases = [ (isGe "8.13") (range "1.13.0" "1.18.0") ]; out = "1.1.4"; } 24 + { cases = [ (isGe "8.13") (range "1.13.0" "1.19.0") ]; out = "1.1.4"; } 25 25 { cases = [ (isGe "8.13") (range "1.12.0" "1.18.0") ]; out = "1.1.3"; } 26 26 { cases = [ (isGe "8.10") (range "1.12.0" "1.18.0") ]; out = "1.1.2"; } 27 27 { cases = [ (isGe "8.7") "1.11.0" ]; out = "1.1.1"; }