Skip to content

Commit

Permalink
coq: 8.7.1 -> 8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Feb 16, 2018
1 parent dafdaa9 commit 9025248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/applications/science/logic/coq/default.nix
Expand Up @@ -21,6 +21,7 @@ let
"8.6.1" = "0llrxcxwy5j87vbbjnisw42rfw1n1pm5602ssx64xaxx3k176g6l";
"8.7.0" = "1h18b7xpnx3ix9vsi5fx4zdcbxy7bhra7gd5c5yzxmk53cgf1p9m";
"8.7.1" = "0gjn59jkbxwrihk8fx9d823wjyjh5m9gvj9l31nv6z6bcqhgdqi8";
"8.7.2" = "0a0657xby8wdq4aqb2xsxp3n7pmc2w4yxjmrb2l4kccs1aqvaj4w";
}."${version}";
coq-version = builtins.substring 0 3 version;
camlp5 = ocamlPackages.camlp5_strict;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/coq-packages.nix
Expand Up @@ -69,7 +69,7 @@ in rec {
version = "8.6.1";
};
coq_8_7 = callPackage ../applications/science/logic/coq {
version = "8.7.1";
version = "8.7.2";
};

coqPackages_8_5 = mkCoqPackages coq_8_5;
Expand Down

0 comments on commit 9025248

Please sign in to comment.