From f66ff1d26756a3e0d39628c40cb47a263e5e5c0d Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 2 Jul 2022 19:46:38 +0200 Subject: gnu: ocaml-lwt: Update to 5.6.1. * gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.6.1. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1a6b88e9fc..81dafbe25a 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2597,7 +2597,7 @@ for mapping files in memory. This function is the same as the (define-public ocaml-lwt (package (name "ocaml-lwt") - (version "5.5.0") + (version "5.6.1") (source (origin (method git-fetch) @@ -2606,7 +2606,7 @@ for mapping files in memory. This function is the same as the (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z")))) + "0cfmhw4nsnwba49p06l9fbnbcq75w9fd3kvrr615ihjc9frlmjsy")))) (build-system dune-build-system) (arguments `(#:package "lwt")) -- cgit 1.4.1