ocamlPackages.lwt4: 4.4.0 → 4.5.0

This commit is contained in:
Vincent Laporte 2020-01-29 10:37:53 +01:00 committed by Vincent Laporte
parent 7596dfeb9a
commit 21b4edc6a0

View file

@ -7,11 +7,11 @@ let inherit (lib) optional versionAtLeast; in
buildDunePackage rec {
pname = "lwt";
version = "4.4.0";
version = "4.5.0";
src = fetchzip {
url = "https://github.com/ocsigen/${pname}/archive/${version}.tar.gz";
sha256 = "1l97zdcql7y13fhaq0m9n9xvxf712jg0w70r72fvv6j49xm4nlhi";
sha256 = "0l836z5zr38969bi77aga7ismj4wb01i3ffxf5v59jsgd3g44r2w";
};
nativeBuildInputs = [ pkgconfig ];