ocamlPackages.camlp5: 7.05 -> 7.06 (#45326)

This commit is contained in:
Vincent Laporte 2018-08-23 21:07:45 +00:00 committed by xeji
parent 847291228f
commit af5b528c95

View File

@ -6,11 +6,11 @@ in
stdenv.mkDerivation {
name = "camlp5${if transitional then "_transitional" else ""}-7.05";
name = "camlp5${if transitional then "_transitional" else ""}-7.06";
src = fetchzip {
url = https://github.com/camlp5/camlp5/archive/rel705.tar.gz;
sha256 = "16igfyjl2jja4f1mibjfzk0c2jr09nxsz6lb63x1jkccmy6430q2";
url = https://github.com/camlp5/camlp5/archive/rel706.tar.gz;
sha256 = "02zg6qjkzx58zmp79364s5jyqhh56nclcz1jzhh53hk37g9f96qf";
};
buildInputs = [ ocaml ];