ocamlPackages.ocaml-migrate-parsetree: 1.7.3 -> 1.8.0

This commit is contained in:
sternenseemann
2020-11-26 16:07:18 +01:00
committed by Vincent Laporte
parent a97cb19b38
commit f8bab20f01
3 changed files with 7 additions and 3 deletions
@@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ocaml-migrate-parsetree";
version = "1.7.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "ocaml-ppx";
repo = pname;
rev = "v${version}";
sha256 = "0336vz0galjnsazbmkxjwdv1qvdqsx2rgrvp778xgq2fzasz45cx";
sha256 = "16x8sxc4ygxrr1868qpzfqyrvjf3hfxvjzmxmf6ibgglq7ixa2nq";
};
propagatedBuildInputs = [ ppx_derivers result ];