mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ocaml-logs: Update to 0.7.0.
* gnu/packages/ocaml.scm (ocaml-logs): Update to 0.7.0.
This commit is contained in:
parent
bd2ad4a195
commit
276be8f21c
1 changed files with 2 additions and 2 deletions
|
@ -1879,14 +1879,14 @@ (define-public ocaml-lwt-log
|
|||
(define-public ocaml-logs
|
||||
(package
|
||||
(name "ocaml-logs")
|
||||
(version "0.6.2")
|
||||
(version "0.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://erratique.ch/software/logs/releases/"
|
||||
"logs-" version ".tbz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1khbn7jqpid83zn8rvyh1x1sirls7zc878zj4fz985m5xlsfy853"))))
|
||||
"1jnmd675wmsmdwyb5mx5b0ac66g4c6gpv5s4mrx2j6pb0wla1x46"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue