coq_8_10: 8.10+β3 → 8.10.0

coqPackages.coq-elpi: master → 1.1.0
This commit is contained in:
Vincent Laporte
2019-10-16 02:43:46 +00:00
committed by Vincent Laporte
parent 0cc70b5697
commit b4db381443
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ in rec {
version = "8.9.1";
};
coq_8_10 = callPackage ../applications/science/logic/coq {
version = "8.10+beta3";
version = "8.10.0";
};
coqPackages_8_5 = mkCoqPackages coq_8_5;