3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.5.
This commit is contained in:
Julien Lepiller 2022-02-04 11:35:56 +01:00
parent 370da71d24
commit 8fb772bc06
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

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