mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
coqPackages_8_19.mathcomp-real-closed
This commit is contained in:
parent
2114214e50
commit
145b429851
@ -21,7 +21,7 @@ mkCoqDerivation {
|
||||
|
||||
defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [
|
||||
{ cases = [ (isGe "8.16") (isGe "2.0.0") ]; out = "2.0.0"; }
|
||||
{ cases = [ (isGe "8.13") (range "1.13.0" "1.18.0") ]; out = "1.1.4"; }
|
||||
{ cases = [ (isGe "8.13") (range "1.13.0" "1.19.0") ]; out = "1.1.4"; }
|
||||
{ cases = [ (isGe "8.13") (range "1.12.0" "1.18.0") ]; out = "1.1.3"; }
|
||||
{ cases = [ (isGe "8.10") (range "1.12.0" "1.18.0") ]; out = "1.1.2"; }
|
||||
{ cases = [ (isGe "8.7") "1.11.0" ]; out = "1.1.1"; }
|
||||
|
Loading…
Reference in New Issue
Block a user