mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -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
|
(package
|
||||||
(inherit ocaml-lwt)
|
(inherit ocaml-lwt)
|
||||||
(name "ocaml-lwt-react")
|
(name "ocaml-lwt-react")
|
||||||
(version "1.1.5")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ocsigen/lwt")
|
(url "https://github.com/ocsigen/lwt")
|
||||||
;; Version from opam
|
;; Version from opam
|
||||||
(commit "5.5.0")))
|
(commit "5.6.0")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z"))))
|
"12sglfwdx4anfslj437g7gxchklgzfvba6i4p478kmqr56j2xd0c"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "lwt_react"))
|
`(#:package "lwt_react"))
|
||||||
(properties `((upstream-name . "lwt_react")))
|
(properties `((upstream-name . "lwt_react")))
|
||||||
|
|
Loading…
Reference in a new issue