gnu: ocaml-lwt: Update to 5.4.2.

* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.2.
This commit is contained in:
Julien Lepiller 2021-11-19 03:26:35 +01:00
parent fff3185995
commit 4c8714d406
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2405,7 +2405,7 @@ (define-public ocaml-mmap
(define-public ocaml-lwt
(package
(name "ocaml-lwt")
(version "5.4.0")
(version "5.4.2")
(source
(origin
(method git-fetch)
@ -2414,7 +2414,7 @@ (define-public ocaml-lwt
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"))))
"1gkld5ms63lxkaa41jfg8y34qm5lb3ls6mkw03s760zln8i1k3gy"))))
(build-system dune-build-system)
(arguments
`(#:package "lwt"))