summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-09-03 21:28:04 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-09-03 23:32:05 +0200
commit5ab63bd5833bd0a6fe8397f9523cd0998b4bec71 (patch)
tree0d5bddeaf0a24251d441893b75ed2545bc04ddb3 /gnu/packages/ocaml.scm
parent283ed30e1a060df65c386a2ae928a1fe5dffd66f (diff)
downloadguix-patches-5ab63bd5833bd0a6fe8397f9523cd0998b4bec71.tar
guix-patches-5ab63bd5833bd0a6fe8397f9523cd0998b4bec71.tar.gz
gnu: ocaml-odoc: Update to 1.4.1.
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.1.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f6391ada1b..e360a30961 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5105,7 +5105,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
(define-public ocaml-odoc
(package
(name "ocaml-odoc")
- (version "1.4.0")
+ (version "1.4.1")
(source
(origin
(method git-fetch)
@@ -5115,7 +5115,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
(file-name (git-file-name name version))
(sha256
(base32
- "0br11cw6wa0mwafja4xdb45d2f8908l6nzdq5mw5lbfq2jnp68km"))))
+ "1i2j0krbzvb1n3dcic9h1pyyqxmf051ky82nrcyzx1nwqjb8zfh6"))))
(build-system dune-build-system)
(inputs
`(("ocaml-alcotest" ,ocaml-alcotest)