coq_8_10: 8.10.0 → 8.10.1

This commit is contained in:
Vincent Laporte 2019-10-25 07:58:17 +00:00
parent d56582eb2b
commit a8892b0d76
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@ let
"8.9.0" = "1dkgdjc4n1m15m1p724hhi5cyxpqbjw6rxc5na6fl3v4qjjfnizh";
"8.9.1" = "1xrq6mkhpq994bncmnijf8jwmwn961kkpl4mwwlv7j3dgnysrcv2";
"8.10.0" = "138jw94wp4mg5dgjc2asn8ng09ayz1mxdznq342n0m469j803gzg";
"8.10.1" = "072v2zkjzf7gj48137wpr3c9j0hg9pdhlr5l8jrgrwynld8fp7i4";
}.${version};
coq-version = stdenv.lib.versions.majorMinor version;
versionAtLeast = stdenv.lib.versionAtLeast coq-version;

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;