ocamlPackages.cstruct: 4.0.0 → 5.0.0

This commit is contained in:
Vincent Laporte
2020-11-26 06:55:12 +01:00
committed by Vincent Laporte
parent 4d47330bef
commit 4a1ff5b3ce
5 changed files with 15 additions and 9 deletions
@@ -6,7 +6,7 @@ else
buildDunePackage {
pname = "cstruct-lwt";
inherit (cstruct) version src meta;
inherit (cstruct) version src useDune2 meta;
minimumOCamlVersion = "4.02";