summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-11-19 03:26:35 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-11-19 03:26:35 +0100
commit4c8714d40651184ba7dcfe7d373958e1262fa588 (patch)
tree2e3233f2ae63f7008ee6663225f2ddb00efa174b /gnu/packages
parentfff318599508d296c9fdbbb7dfb4d620229b2bb9 (diff)
gnu: ocaml-lwt: Update to 5.4.2.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index cdf3fa619b..4a8b6f8770 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2405,7 +2405,7 @@ for mapping files in memory. This function is the same as the
(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 @@ for mapping files in memory. This function is the same as the
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
- "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"))))
+ "1gkld5ms63lxkaa41jfg8y34qm5lb3ls6mkw03s760zln8i1k3gy"))))
(build-system dune-build-system)
(arguments
`(#:package "lwt"))