3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #37531 from ryantm/auto-update/ocaml-ppx_tools_versioned

ocamlPackages.ppx_tools_versioned: 5.0.1 -> 5.1
This commit is contained in:
Matthew Justin Bauer 2018-04-08 23:06:58 -05:00 committed by GitHub
commit 160972a918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildOcaml rec {
name = "ppx_tools_versioned";
version = "5.0.1";
version = "5.1";
minimumSupportedOcamlVersion = "4.02";
@ -10,7 +10,7 @@ buildOcaml rec {
owner = "let-def";
repo = "ppx_tools_versioned";
rev = version;
sha256 = "1rpbxbhk3k7f61h7lr4qkllkc12gjpq0rg52q7i6hcrg2dxkhwh6";
sha256 = "1c7kvca67qpyr4hiy492yik5x31lmkhyhy5wpl0l0fbx7fr7l624";
};
propagatedBuildInputs = [ ocaml-migrate-parsetree ];