about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/dispatch
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-08-23 08:04:50 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-08-31 07:36:39 +0200
commit0f4f35c7b05a559bee99bb2be45f850af8e3bda8 (patch)
tree4387e317c287a5509e01792ef29e56f5628006e8 /pkgs/development/ocaml-modules/dispatch
parent30942c90cbdf884dc6df63fbec859ac812e7d9d1 (diff)
ocamlPackages.fmt: 0.8.9 → 0.9.0
Diffstat (limited to 'pkgs/development/ocaml-modules/dispatch')
-rw-r--r--pkgs/development/ocaml-modules/dispatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/dispatch/default.nix b/pkgs/development/ocaml-modules/dispatch/default.nix
index 65baa3dc4982c..587f5a792dc7b 100644
--- a/pkgs/development/ocaml-modules/dispatch/default.nix
+++ b/pkgs/development/ocaml-modules/dispatch/default.nix
@@ -17,7 +17,7 @@ buildDunePackage rec {
 
   checkInputs = [ alcotest ];
 
-  doCheck = lib.versionAtLeast ocaml.version "4.05";
+  doCheck = lib.versionAtLeast ocaml.version "4.08";
 
   meta = {
     inherit (src.meta) homepage;