From 877da38bd3f279d5618d6c6517f48b50541a1e4c Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 3 Feb 2022 17:57:55 +0100 Subject: gnu: ocaml-lwt: Update to 5.5.0. * gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.5.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index fcfbe4c191..aa810f2414 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2463,7 +2463,7 @@ for mapping files in memory. This function is the same as the (define-public ocaml-lwt (package (name "ocaml-lwt") - (version "5.4.2") + (version "5.5.0") (source (origin (method git-fetch) @@ -2472,7 +2472,7 @@ for mapping files in memory. This function is the same as the (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1gkld5ms63lxkaa41jfg8y34qm5lb3ls6mkw03s760zln8i1k3gy")))) + "1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z")))) (build-system dune-build-system) (arguments `(#:package "lwt")) -- cgit v1.2.3