Archived
1
0
Fork 0

gnu: ocaml-lwt: Update to 5.4.0.

* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
pukkamustard 2021-06-01 20:22:48 +00:00 committed by Julien Lepiller
parent 0f5f8d48f8
commit b3bc7489c6
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2296,7 +2296,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.1.1") (version "5.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2305,7 +2305,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
"1nl7rdnwfdhwcsm5zpay1nr9y5cbapd9x1qzily7zk9ab4v52m8g")))) "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:package "lwt")) `(#:package "lwt"))