summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-03 17:57:55 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-03 19:36:22 +0100
commit877da38bd3f279d5618d6c6517f48b50541a1e4c (patch)
tree5b38e95a6e7972b196d21dfd9de477613325a760
parent18a588773e21291452744263a0f641d01b75f22c (diff)
downloadguix-patches-877da38bd3f279d5618d6c6517f48b50541a1e4c.tar
guix-patches-877da38bd3f279d5618d6c6517f48b50541a1e4c.tar.gz
gnu: ocaml-lwt: Update to 5.5.0.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.5.0.
-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 fcfbe4c191..aa810f2414 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2463,7 +2463,7 @@ for mapping files in memory. This function is the same as the
(define-public ocaml-lwt
(package
(name "ocaml-lwt")
- (version "5.4.2")
+ (version "5.5.0")
(source
(origin
(method git-fetch)
@@ -2472,7 +2472,7 @@ for mapping files in memory. This function is the same as the
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
- "1gkld5ms63lxkaa41jfg8y34qm5lb3ls6mkw03s760zln8i1k3gy"))))
+ "1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z"))))
(build-system dune-build-system)
(arguments
`(#:package "lwt"))