mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
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:
parent
f66ff1d267
commit
b811245168
1 changed files with 3 additions and 3 deletions
|
@ -2628,17 +2628,17 @@ (define-public ocaml-lwt-react
|
|||
(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")))
|
||||
|
|
Loading…
Reference in a new issue