mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ocaml-react: Update to 1.2.2.
* gnu/packages/ocaml.scm (ocaml-react): Update to 1.2.2.
This commit is contained in:
parent
d74ffb0348
commit
21326a9db4
1 changed files with 2 additions and 2 deletions
|
@ -2391,14 +2391,14 @@ (define-public ocaml-ppx-tools
|
|||
(define-public ocaml-react
|
||||
(package
|
||||
(name "ocaml-react")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://erratique.ch/software/react/releases/react-"
|
||||
version ".tbz"))
|
||||
(sha256 (base32
|
||||
"1aj8w79gdd9xnrbz7s5p8glcb4pmimi8jp9f439dqnf6ih3mqb3v"))))
|
||||
"16cg4byj8lfbbw96dhh8sks5y9n1c3fshz7f2p8m7wgisqax7bf4"))))
|
||||
(build-system ocaml-build-system)
|
||||
(native-inputs
|
||||
(list ocamlbuild opam ocaml-topkg))
|
||||
|
|
Loading…
Reference in a new issue