Merge pull request #71971 from vbgl/coq-8.10.1

coq_8_10: 8.10.0 → 8.10.1
This commit is contained in:
Robin Gloster
2019-10-25 14:28:27 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ in rec {
version = "8.9.1";
};
coq_8_10 = callPackage ../applications/science/logic/coq {
version = "8.10.0";
version = "8.10.1";
};
coqPackages_8_5 = mkCoqPackages coq_8_5;