gnu: ocaml-lwt: Update to 5.6.1.

* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.6.1.
This commit is contained in:
Julien Lepiller 2022-07-02 19:46:38 +02:00
parent e0ecf85969
commit f66ff1d267
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2597,7 +2597,7 @@ (define-public ocaml-mmap
(define-public ocaml-lwt (define-public ocaml-lwt
(package (package
(name "ocaml-lwt") (name "ocaml-lwt")
(version "5.5.0") (version "5.6.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2606,7 +2606,7 @@ (define-public ocaml-lwt
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z")))) "0cfmhw4nsnwba49p06l9fbnbcq75w9fd3kvrr615ihjc9frlmjsy"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:package "lwt")) `(#:package "lwt"))