diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-19 03:26:35 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-19 03:26:35 +0100 |
commit | 4c8714d40651184ba7dcfe7d373958e1262fa588 (patch) | |
tree | 2e3233f2ae63f7008ee6663225f2ddb00efa174b /gnu/packages/ocaml.scm | |
parent | fff318599508d296c9fdbbb7dfb4d620229b2bb9 (diff) | |
download | guix-4c8714d40651184ba7dcfe7d373958e1262fa588.tar.gz guix-4c8714d40651184ba7dcfe7d373958e1262fa588.zip |
gnu: ocaml-lwt: Update to 5.4.2.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.2.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 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")) |