gnu: ocaml-fmt: Update to 0.8.5.
* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
f0dece30b4
commit
cdcbccd17c
|
@ -10,7 +10,7 @@
|
||||||
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
|
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
|
||||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Peter Kreye <kreyepr@gmail.com>
|
;;; Copyright © 2018 Peter Kreye <kreyepr@gmail.com>
|
||||||
;;; Copyright © 2018 Gabriel Hondet <gabrielhondet@gmail.com>
|
;;; Copyright © 2018, 2019 Gabriel Hondet <gabrielhondet@gmail.com>
|
||||||
;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
|
;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -1802,14 +1802,14 @@ most of the POSIX and GNU conventions.")
|
||||||
(define-public ocaml-fmt
|
(define-public ocaml-fmt
|
||||||
(package
|
(package
|
||||||
(name "ocaml-fmt")
|
(name "ocaml-fmt")
|
||||||
(version "0.8.0")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/fmt/releases/fmt-"
|
(uri (string-append "http://erratique.ch/software/fmt/releases/fmt-"
|
||||||
version ".tbz"))
|
version ".tbz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"16y7ibndnairb53j8a6qgipyqwjxncn4pl9jiw5bxjfjm59108px"))))
|
"1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocamlbuild" ,ocamlbuild)
|
`(("ocamlbuild" ,ocamlbuild)
|
||||||
|
@ -1817,6 +1817,7 @@ most of the POSIX and GNU conventions.")
|
||||||
("topkg" ,ocaml-topkg)))
|
("topkg" ,ocaml-topkg)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("result" ,ocaml-result)
|
`(("result" ,ocaml-result)
|
||||||
|
("ocaml-uchar" ,ocaml-uchar)
|
||||||
("cmdliner" ,ocaml-cmdliner)))
|
("cmdliner" ,ocaml-cmdliner)))
|
||||||
(arguments `(#:tests? #f
|
(arguments `(#:tests? #f
|
||||||
#:build-flags (list "build" "--with-base-unix" "true"
|
#:build-flags (list "build" "--with-base-unix" "true"
|
||||||
|
|
Loading…
Reference in New Issue