ocamlPackages.cstruct: 5.0.0 → 6.0.0

This commit is contained in:
sternenseemann
2021-02-01 16:11:29 +01:00
committed by Vincent Laporte
parent 99bb24459d
commit 6a27377958
5 changed files with 35 additions and 10 deletions
@@ -8,7 +8,7 @@ buildDunePackage {
pname = "cstruct-lwt";
inherit (cstruct) version src useDune2 meta;
minimumOCamlVersion = "4.02";
minimumOCamlVersion = "4.03";
propagatedBuildInputs = [ cstruct lwt ];
}