ocamlPackages.qtest: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-05 06:17:35 +02:00
parent 7979b4c793
commit 8787829c48
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,7 +4,7 @@ buildDunePackage rec {
pname = "qtest";
version = "2.11.2";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "vincent-hugot";