stog: use dune version 3

This commit is contained in:
Vincent Laporte 2022-03-16 17:30:43 +01:00 committed by Vincent Laporte
parent 15f220b07c
commit bb559f92af

View file

@ -10,7 +10,7 @@ else
buildDunePackage rec {
pname = "stog";
version = "0.20.0";
useDune2 = true;
duneVersion = "3";
minimalOCamlVersion = "4.12";
src = fetchFromGitLab {
domain = "framagit.org";