Merge pull request #84228 from marsam/update-ocamlformat

ocamlformat: 0.13.0 -> 0.14.0
This commit is contained in:
Mario Rodas 2020-04-04 08:28:59 -05:00 committed by GitHub
commit acbc837c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,15 @@
with ocamlPackages; buildDunePackage rec {
pname = "ocamlformat";
version = "0.13.0";
version = "0.14.0";
minimumOCamlVersion = "4.06";
useDune2 = true;
src = fetchurl {
url = "https://github.com/ocaml-ppx/ocamlformat/releases/download/${version}/ocamlformat-${version}-2.tbz";
sha256 = "0ki2flqi3xkhw9mfridivb6laxm7gml8rj9qz42vqmy9yx76jjxq";
url = "https://github.com/ocaml-ppx/ocamlformat/releases/download/${version}/ocamlformat-${version}.tbz";
sha256 = "070c0x6z5y0lyls56zm34g8lyc093wkr0jfp50dvrkr9fk1sx2wi";
};
buildInputs = [
@ -20,6 +22,8 @@ with ocamlPackages; buildDunePackage rec {
stdio
uuseg
uutf
fix
menhir
];
meta = {