Skip to content

Commit

Permalink
coq_8_7: 8.7.0 -> 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Dec 16, 2017
1 parent dc89304 commit 4062700
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+beta2" = "1r274m44z774xigvj43g211ms9z9bwgyp1g43rvq4fswb3gzxc4b";
"8.7.0" = "1h18b7xpnx3ix9vsi5fx4zdcbxy7bhra7gd5c5yzxmk53cgf1p9m";
"8.7.1" = "0gjn59jkbxwrihk8fx9d823wjyjh5m9gvj9l31nv6z6bcqhgdqi8";
}."${version}";
coq-version = builtins.substring 0 3 version;
camlp5 = ocamlPackages.camlp5_strict;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -18838,7 +18838,7 @@ with pkgs;
};
coq_8_6 = callPackage ../applications/science/logic/coq {};
coq_8_7 = callPackage ../applications/science/logic/coq {
version = "8.7.0";
version = "8.7.1";
};

mkCoqPackages = self: coq: let callPackage = newScope self; in rec {
Expand Down

0 comments on commit 4062700

Please sign in to comment.