ocamlPackages.lwt: 5.9.0 -> 5.9.1

This commit is contained in:
R. Ryantm
2025-03-16 00:51:01 +00:00
parent 882b04f6a2
commit a67f69b10c

View File

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