gnu: ocaml-lwt: Update to 5.5.0.

* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.5.0.
This commit is contained in:
Julien Lepiller 2022-02-03 17:57:55 +01:00
parent 18a588773e
commit 877da38bd3
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2463,7 +2463,7 @@ for mapping files in memory. This function is the same as the
(define-public ocaml-lwt (define-public ocaml-lwt
(package (package
(name "ocaml-lwt") (name "ocaml-lwt")
(version "5.4.2") (version "5.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2472,7 +2472,7 @@ for mapping files in memory. This function is the same as the
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"1gkld5ms63lxkaa41jfg8y34qm5lb3ls6mkw03s760zln8i1k3gy")))) "1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:package "lwt")) `(#:package "lwt"))