coqPackages.mathcomp-tarjan: enable with Coq 8.15

This commit is contained in:
Vincent Laporte 2022-05-07 07:29:45 +02:00
parent a1cb58e4cf
commit 38dc75293d
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -9,7 +9,7 @@ with lib; mkCoqDerivation {
inherit version;
defaultVersion = with versions;
switch [ coq.version mathcomp-ssreflect.version ] [{
cases = [ (range "8.10" "8.14") (isGe "1.12.0") ]; out = "1.0.0";
cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.0.0";
}] null;
release."1.0.0".sha256 = "sha256:0r459r0makshzwlygw6kd4lpvdjc43b3x5y9aa8x77f2z5gymjq1";