coqPackages.math-classes: 8.17.0 → 8.18.0

This commit is contained in:
Vincent Laporte 2023-10-18 09:03:35 +02:00 committed by Vincent Laporte
parent 53aa767c84
commit 99d78d2fb7

View File

@ -5,6 +5,7 @@ mkCoqDerivation {
pname = "math-classes";
inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.12" "8.18"; out = "8.18.0"; }
{ case = range "8.12" "8.17"; out = "8.17.0"; }
{ case = range "8.6" "8.16"; out = "8.15.0"; }
] null;
@ -12,6 +13,7 @@ mkCoqDerivation {
release."8.13.0".sha256 = "1ln7ziivfbxzbdvlhbvyg3v30jgblncmwcsam6gg3d1zz6r7cbby";
release."8.15.0".sha256 = "10w1hm537k6jx8a8vghq1yx12rsa0sjk2ipv3scgir71ln30hllw";
release."8.17.0".sha256 = "sha256-WklL8pgYTd0l4TGt7h7tWj1qcFcXvoPn25+XKF1pIKA=";
release."8.18.0".sha256 = "sha256-0WwPss8+Vr37zX616xeuS4TvtImtSbToFQkQostIjO8=";
propagatedBuildInputs = [ bignums ];