diff options
author | pukkamustard <pukkamustard@posteo.net> | 2021-06-01 20:22:48 +0000 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-06-06 17:16:27 +0200 |
commit | b3bc7489c678ad1f86097cce869cc7260c39a09c (patch) | |
tree | ce74531e3148a4dda6dbce867ad75d2adc26ff87 /gnu | |
parent | 0f5f8d48f8aadf3778cd967c522c06352f260c21 (diff) |
gnu: ocaml-lwt: Update to 5.4.0.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
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 1f47eab52e..d160c78d1b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2296,7 +2296,7 @@ for mapping files in memory. This function is the same as the (define-public ocaml-lwt (package (name "ocaml-lwt") - (version "5.1.1") + (version "5.4.0") (source (origin (method git-fetch) @@ -2305,7 +2305,7 @@ for mapping files in memory. This function is the same as the (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1nl7rdnwfdhwcsm5zpay1nr9y5cbapd9x1qzily7zk9ab4v52m8g")))) + "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d")))) (build-system dune-build-system) (arguments `(#:package "lwt")) |