Commit d5338a35 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.sexp_pretty: 0.15.0 → 0.15.1

parent daaa657e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -904,7 +904,8 @@ with self;

  sexp_pretty = janePackage {
    pname = "sexp_pretty";
    hash = "1p1jspwjvrhm8li22xl0n8wngs12d9g7nc1svk6xc32jralnxblg";
    version = "0.15.1";
    hash = "sha256-UJEO2P4C7ZaD110MEfkG4FXfGDVAAW2TAK489faV6SM=";
    minimumOCamlVersion = "4.07";
    meta.description = "S-expression pretty-printer";
    propagatedBuildInputs = [ ppx_base re sexplib ];