Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2020-12-05 12:18:20 +00:00
committed by GitHub
29 changed files with 7714 additions and 107 deletions
@@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ppx_tools_versioned";
version = "5.3.0";
version = "5.4.0";
src = fetchFromGitHub {
owner = "ocaml-ppx";
repo = pname;
rev = version;
sha256 = "0c735w9mq49dmvkdw9ahfwh0icsk2sbhnfwmdhpibj86phfm17yj";
sha256 = "07lnj4yzwvwyh5fhpp1dxrys4ddih15jhgqjn59pmgxinbnddi66";
};
propagatedBuildInputs = [ ocaml-migrate-parsetree ];