ocamlPackages.lwt: 5.9.0 -> 5.9.1 (#390271)

This commit is contained in:
Weijia Wang
2025-03-23 22:31:00 +01:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "lwt";
version = "5.9.0";
version = "5.9.1";
minimalOCamlVersion = "4.08";
@@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "ocsigen";
repo = "lwt";
rev = version;
hash = "sha256-xYF+f489RI/nY0J48qW0jtq5GEnk68QnwxzBV2TLmLk=";
hash = "sha256-oPYLFugMTI3a+hmnwgUcoMgn5l88NP1Roq0agLhH/vI=";
};
nativeBuildInputs = [ cppo ];