Commit 7782e4e9 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.sedlex: 3.3 → 3.4

parent 8f1cb388
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  fetchFromGitHub,
  fetchurl,
  ocaml,
  buildDunePackage,
  gen,
  ppxlib,
@@ -14,8 +13,8 @@ let
  param =
    if lib.versionAtLeast ppxlib.version "0.26.0" then
      {
        version = "3.3";
        sha256 = "sha256-33eJKVdoR4mlWdPZUdjQ26w+kuQWoUN68+bxy2o+Pjs=";
        version = "3.4";
        sha256 = "sha256-mJMv2zl1UfFJjYdwv68hi7TWP+/oZB9tKHXt13r1SlA=";
      }
    else
      {
@@ -75,7 +74,7 @@ buildDunePackage rec {
    ppx_expect
  ];

  doCheck = !lib.versionAtLeast ocaml.version "5.3";
  doCheck = true;

  dontStrip = true;