summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-12-10 02:24:31 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-12-10 12:51:28 +0100
commit6e06846c9d2b1f7ef726914ac8d11d3ed1300248 (patch)
tree8e17aac8b1d80e1414c4ab66b2cadbf38e82e729 /gnu/packages/ocaml.scm
parentaf365f00017cc5350c0184d94c949e37176fc575 (diff)
downloadguix-patches-6e06846c9d2b1f7ef726914ac8d11d3ed1300248.tar
guix-patches-6e06846c9d2b1f7ef726914ac8d11d3ed1300248.tar.gz
gnu: ocamlformat: Update to 0.20.0.
* gnu/packages/ocaml.scm (ocamlformat): Update to 0.20.0.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7406213cfe..e293c33e84 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7502,7 +7502,7 @@ defined in OCaml 4.12.0.")
(define-public ocamlformat
(package
(name "ocamlformat")
- (version "0.19.0")
+ (version "0.20.0")
(source
(origin
(method git-fetch)
@@ -7512,7 +7512,7 @@ defined in OCaml 4.12.0.")
(file-name (git-file-name name version))
(sha256
(base32
- "0dp4pkznz9yvqx9gxwbid1z2b8ajkr8i27zay9ghx69624hz3i4z"))))
+ "0zhvhb8ky0danmfvp4vvbh0pg89d7r7ka6m3q81vlyvb7gk08r6r"))))
(build-system dune-build-system)
(arguments
'(#:package "ocamlformat"
@@ -7524,6 +7524,7 @@ defined in OCaml 4.12.0.")
("ocaml-base" ,ocaml-base)
("ocaml-cmdliner" ,ocaml-cmdliner)
("ocaml-dune-build-info" ,ocaml-dune-build-info)
+ ("ocaml-either" ,ocaml-either)
("ocaml-fix" ,ocaml-fix)
("ocaml-fpath" ,ocaml-fpath)
("ocaml-menhir" ,ocaml-menhir)