ocamlPackages.ppxfind: 1.3 → 1.4

ocamlPackages.ocaml-migrate-parsetree: 1.5.0 → 1.7.3
This commit is contained in:
Vincent Laporte
2020-05-22 11:08:55 +02:00
committed by Vincent Laporte
parent d84d8e802e
commit 8cbf8116e7
2 changed files with 5 additions and 4 deletions
@@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ocaml-migrate-parsetree";
version = "1.5.0";
version = "1.7.3";
src = fetchFromGitHub {
owner = "ocaml-ppx";
repo = pname;
rev = "v${version}";
sha256 = "0ms7nx7x16nkbm9rln3sycbzg6ad8swz8jw6bjndrill8bg3fipv";
sha256 = "0336vz0galjnsazbmkxjwdv1qvdqsx2rgrvp778xgq2fzasz45cx";
};
propagatedBuildInputs = [ ppx_derivers result ];