Skip to content

Commit

Permalink
coq: 8.8.1 -> 8.8.2 (#47388)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and xeji committed Sep 26, 2018
1 parent e59a2ef commit 23900fe
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 @@ -24,6 +24,7 @@ let
"8.7.2" = "0a0657xby8wdq4aqb2xsxp3n7pmc2w4yxjmrb2l4kccs1aqvaj4w";
"8.8.0" = "13a4fka22hdxsjk11mgjb9ffzplfxyxp1sg5v1c8nk1grxlscgw8";
"8.8.1" = "1hlf58gwazywbmfa48219amid38vqdl94yz21i11b4map6jfwhbk";
"8.8.2" = "1lip3xja924dm6qblisk1bk0x8ai24s5xxqxphbdxj6djglj68fd";
}."${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 @@ -77,7 +77,7 @@ in rec {
version = "8.7.2";
};
coq_8_8 = callPackage ../applications/science/logic/coq {
version = "8.8.1";
version = "8.8.2";
};

coqPackages_8_5 = mkCoqPackages coq_8_5;
Expand Down

0 comments on commit 23900fe

Please sign in to comment.