gnu: ocaml-lwt-react: Update to 1.2.0.

* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.2.0.
This commit is contained in:
Julien Lepiller 2022-07-02 20:53:35 +02:00
parent f66ff1d267
commit b811245168
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 3 additions and 3 deletions

View File

@ -2628,17 +2628,17 @@ locks or other synchronization primitives.")
(package
(inherit ocaml-lwt)
(name "ocaml-lwt-react")
(version "1.1.5")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ocsigen/lwt")
;; Version from opam
(commit "5.5.0")))
(commit "5.6.0")))
(file-name (git-file-name name version))
(sha256
(base32
"1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z"))))
"12sglfwdx4anfslj437g7gxchklgzfvba6i4p478kmqr56j2xd0c"))))
(arguments
`(#:package "lwt_react"))
(properties `((upstream-name . "lwt_react")))