ocamlPackages.lwt: 4.5.0 → 5.3.0

ocamlPackages.lwt_ppx: 1.2.4 → 2.0.1
This commit is contained in:
Vincent Laporte
2020-07-05 10:48:18 +02:00
committed by Vincent Laporte
parent a028138adf
commit cef53ab371
2 changed files with 5 additions and 5 deletions
@@ -7,11 +7,11 @@ let inherit (lib) optional versionAtLeast; in
buildDunePackage rec {
pname = "lwt";
version = "4.5.0";
version = "5.3.0";
src = fetchzip {
url = "https://github.com/ocsigen/${pname}/archive/${version}.tar.gz";
sha256 = "0l836z5zr38969bi77aga7ismj4wb01i3ffxf5v59jsgd3g44r2w";
sha256 = "15hgy3220m2b8imipa514n7l65m1h5lc6l1hanqwwvs7ghh2aqp2";
};
nativeBuildInputs = [ pkgconfig ];