mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-lwt-log: Update to 1.1.2.
* gnu/packages/ocaml.scm (ocaml-lwt-log): Update to 1.1.2.
This commit is contained in:
parent
ce3b51a4c6
commit
7934b12ca5
1 changed files with 2 additions and 2 deletions
|
@ -2701,7 +2701,7 @@ (define-public ocaml-lwt-react
|
|||
(define-public ocaml-lwt-log
|
||||
(package
|
||||
(name "ocaml-lwt-log")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2710,7 +2710,7 @@ (define-public ocaml-lwt-log
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n12i1rmn9cjn6p8yr6qn5dwbrwvym7ckr7bla04a1xnq8qlcyj7"))))
|
||||
"0mbv5l9gj09jd1c4lr2axcl4v043ipmhjd9xrk27l4hylzfc6d1q"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)); require lwt_ppx
|
||||
|
|
Loading…
Reference in a new issue