From db23b8e0299702e0c1cf63c8fbbffb0394298fff Mon Sep 17 00:00:00 2001 From: Allan Blanchard Date: Fri, 24 Jan 2025 10:57:31 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages=5F5=5F3.ppxlib=5Fjane:=200.17.1?= =?UTF-8?q?=20=E2=86=92=200.17.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix compatibility with other PPX (e.g. ppx_globalize) --- pkgs/development/ocaml-modules/janestreet/0.17.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/janestreet/0.17.nix b/pkgs/development/ocaml-modules/janestreet/0.17.nix index 404dfd614fbdb..575e624a6d60a 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.17.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.17.nix @@ -1545,8 +1545,8 @@ with self; // ( if lib.versionAtLeast ocaml.version "5.3" then { - version = "0.17.1"; - hash = "sha256-kcGXqO1kFYds8KwLvpIQ7OKhqnp6JZs8WYYLi7o/nBw="; + version = "0.17.2"; + hash = "sha256-AQJSdKtF6p/aG5Lx8VHVEOsisH8ep+iiml6DtW+Hdik="; } else {