ocamlformat_0_26_2: build with OCaml 5.2

Fixes eval, which previously failed with:

```
ocamlformat 0.26.2 is not available for OCaml 5.3.0
```
This commit is contained in:
Wolfgang Walther
2025-07-19 13:16:05 +02:00
parent 9255558c37
commit 46a4c640f0
+4 -1
View File
@@ -5894,9 +5894,12 @@ with pkgs;
ocamlformat_0_26_1
;
inherit (ocaml-ng.ocamlPackages_5_2)
ocamlformat_0_26_2
;
inherit (ocamlPackages)
ocamlformat # latest version
ocamlformat_0_26_2
ocamlformat_0_27_0
;