ocamlPackages.ppx_optcomp: 0.14.1 → 0.14.3

This commit is contained in:
Vincent Laporte 2021-08-29 16:04:47 +02:00 committed by Vincent Laporte
parent bc9e07ba10
commit bf6c90bd91

View file

@ -545,8 +545,8 @@ with self;
ppx_optcomp = janePackage {
pname = "ppx_optcomp";
version = "0.14.1";
hash = "0j5smqa0hig1yn8wfrb4mv0y59kkwsalmqkm5asbd7kcc6589ap4";
version = "0.14.3";
hash = "1iflgfzs23asw3k6098v84al5zqx59rx2qjw0mhvk56avlx71pkw";
minimumOCamlVersion = "4.04.2";
meta.description = "Optional compilation for OCaml";
propagatedBuildInputs = [ ppxlib ];