From 16a69523f772488686e007bebe58b991aff88d50 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:02:56 +0100 Subject: [PATCH] ocamlPackages.curly: update minimalOCamlVersion --- pkgs/development/ocaml-modules/curly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/curly/default.nix b/pkgs/development/ocaml-modules/curly/default.nix index b67baecfce75..03918c0d4829 100644 --- a/pkgs/development/ocaml-modules/curly/default.nix +++ b/pkgs/development/ocaml-modules/curly/default.nix @@ -6,7 +6,7 @@ buildDunePackage rec { pname = "curly"; version = "0.3.0"; - minimalOCamlVersion = "4.02"; + minimalOCamlVersion = "4.03"; duneVersion = "3";