mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
(define-public ocaml-logs
|
||||||
(package
|
(package
|
||||||
(name "ocaml-logs")
|
(name "ocaml-logs")
|
||||||
(version "0.6.2")
|
(version "0.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/logs/releases/"
|
(uri (string-append "http://erratique.ch/software/logs/releases/"
|
||||||
"logs-" version ".tbz"))
|
"logs-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1khbn7jqpid83zn8rvyh1x1sirls7zc878zj4fz985m5xlsfy853"))))
|
"1jnmd675wmsmdwyb5mx5b0ac66g4c6gpv5s4mrx2j6pb0wla1x46"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue