mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: ocaml-lwt: Update to 5.4.2.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.2.
This commit is contained in:
parent
fff3185995
commit
4c8714d406
1 changed files with 2 additions and 2 deletions
|
@ -2405,7 +2405,7 @@ (define-public ocaml-mmap
|
|||
(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 @@ (define-public ocaml-lwt
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32
|
||||
"1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"))))
|
||||
"1gkld5ms63lxkaa41jfg8y34qm5lb3ls6mkw03s760zln8i1k3gy"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:package "lwt"))
|
||||
|
|
Loading…
Reference in a new issue