3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.ppx_tools_versioned: 5.0alpha -> 5.0.1

This commit is contained in:
Théo Zimmermann 2017-06-15 14:52:14 +02:00
parent a3539d0dbc
commit 901069c577

View file

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