Unverified Commit 0822fae6 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.ppxlib: 0.33.0 → 0.34.0

parent 1a440e3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
let
  ocamlPackages = ocaml-ng.ocamlPackages.overrideScope (
    self: super: {
      ppxlib = super.ppxlib.override { version = "0.33.0"; };
      ppxlib = super.ppxlib.override { version = "0.34.0"; };
    }
  );
in
+4 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
          if lib.versionAtLeast ocaml.version "5.03" then
            if lib.versionAtLeast ocaml.version "5.04" then "0.37.0" else "0.36.2"
          else
            "0.33.0"
            "0.34.0"
        else
          "0.24.0"
      else
@@ -91,6 +91,9 @@ let
        sha256 = "sha256-/6RO9VHyO3XiHb1pijAxBDE4Gq8UC5/kuBwucKLSxjo=";
        min_version = "4.07";
      };
      "0.34.0" = {
        sha256 = "sha256-132XFloVjXrla3wDh80E6ZJ9fn55fKEDn/tbsXpmYac=";
      };
      "0.36.2" = {
        sha256 = "sha256-yHVgB9jKwTeahGEUYQDB1hHH327MGpoKqb3ewNbk5xs=";
        min_version = "4.08";