coq_8_9: 8.9.0 -> 8.9.1

This commit is contained in:
Vincent Laporte
2019-05-29 11:24:45 +02:00
committed by Vincent Laporte
parent e9ecdec571
commit 57c3da07eb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ in rec {
version = "8.8.2";
};
coq_8_9 = callPackage ../applications/science/logic/coq {
version = "8.9.0";
version = "8.9.1";
};
coq_8_10 = callPackage ../applications/science/logic/coq {
version = "8.10+beta1";