ocamlPackages.dispatch: use Dune 3

This commit is contained in:
Vincent Laporte
2023-04-10 14:14:49 +02:00
parent ca7d2614d7
commit 7464ae25e7
@@ -4,7 +4,7 @@ buildDunePackage rec {
pname = "dispatch";
version = "0.5.0";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "inhabitedtype";