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

ocamlPackages.sexplib: 0.15.0 → 0.15.1

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

  sexplib = janePackage {
    pname = "sexplib";
    hash = "05h34fm3p0179xivc14bixc50pzc8zws46l5gsq310kpm37srq3c";
    version = "0.15.1";
    hash = "sha256-LkGNnp717LMHeWe1Ka6qUZcpw8fKSsd5MusaLgFjm70=";
    minimumOCamlVersion = "4.04.2";
    meta.description = "Library for serializing OCaml values to and from S-expressions";
    propagatedBuildInputs = [ num parsexp ];