diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-07-02 19:46:38 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-07-02 22:25:36 +0200 |
commit | f66ff1d26756a3e0d39628c40cb47a263e5e5c0d (patch) | |
tree | 5bc27868a961179dc859f764a266157ca07966a5 /gnu | |
parent | e0ecf859696728c264740d9c107b448351b32ed7 (diff) | |
download | guix-f66ff1d26756a3e0d39628c40cb47a263e5e5c0d.tar.gz |
gnu: ocaml-lwt: Update to 5.6.1.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.6.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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")) |