gnu: ocaml-fmt: Update to 0.8.9.

* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.9.
This commit is contained in:
Julien Lepiller 2020-09-30 23:42:40 +02:00
parent 276be8f21c
commit 0a86b93fae
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1594,23 +1594,23 @@ (define-public ocaml-cmdliner
(define-public ocaml-fmt
(package
(name "ocaml-fmt")
(version "0.8.5")
(version "0.8.9")
(source
(origin
(method url-fetch)
(uri (string-append "http://erratique.ch/software/fmt/releases/fmt-"
version ".tbz"))
(sha256 (base32
"1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060"))))
"0gkkkj4x678vxdda4xaw2dd44qjacavsvn5nx8gydfwah6pjbkxk"))))
(build-system ocaml-build-system)
(native-inputs
`(("ocamlbuild" ,ocamlbuild)
("opam" ,opam)
("topkg" ,ocaml-topkg)))
(propagated-inputs
`(("result" ,ocaml-result)
("ocaml-uchar" ,ocaml-uchar)
("cmdliner" ,ocaml-cmdliner)))
`(("cmdliner" ,ocaml-cmdliner)
("ocaml-stdlib-shims" ,ocaml-stdlib-shims)
("ocaml-uchar" ,ocaml-uchar)))
(arguments `(#:tests? #f
#:build-flags (list "build" "--with-base-unix" "true"
"--with-cmdliner" "true")