Unverified Commit 4b255a27 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.ppx_jsonaf_conv: 0.17.0 → 0.17.1

parent 0708f349
Loading
Loading
Loading
Loading
+24 −12
Original line number Diff line number Diff line
@@ -1437,9 +1437,9 @@ with self;
    ];
  };

  ppx_jsonaf_conv = janePackage {
  ppx_jsonaf_conv = janePackage (
    {
      pname = "ppx_jsonaf_conv";
    hash = "sha256-v7CYOJ1g4LkqIv5De5tQjjkBWXqKHbvqfSr0X5jBUuM=";
      meta.description = "[@@deriving] plugin to generate Jsonaf conversion functions";
      propagatedBuildInputs = [
        base
@@ -1447,8 +1447,20 @@ with self;
        ppx_jane
        ppxlib
      ];
    meta.broken = lib.versionAtLeast ppxlib.version "0.36";
  };
    }
    // (
      if lib.versionAtLeast ppxlib.version "0.36" then
        {
          version = "0.17.1";
          hash = "sha256-BnkYY+Td9zV++PuPs/gm5U58rCZjew1OJQ2k8KE+dfA=";
        }
      else
        {
          version = "0.17.0";
          hash = "sha256-v7CYOJ1g4LkqIv5De5tQjjkBWXqKHbvqfSr0X5jBUuM=";
        }
    )
  );

  ppx_js_style = janePackage (
    {