mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ocaml-lwt-react: Update to 1.1.4.
* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.4.
This commit is contained in:
parent
4c8714d406
commit
78c930e617
1 changed files with 3 additions and 3 deletions
|
@ -2441,17 +2441,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.3")
|
(version "1.1.4")
|
||||||
(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 "4.3.0")))
|
(commit "5.4.0")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f7036srqz7zmnz0n164734smgkrqz78r1i35cg30x31kkr3pnn4"))))
|
"1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "lwt_react"))
|
`(#:package "lwt_react"))
|
||||||
(properties `((upstream-name . "lwt_react")))
|
(properties `((upstream-name . "lwt_react")))
|
||||||
|
|
Loading…
Reference in a new issue