diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-12-22 02:25:00 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-12-22 02:34:17 +0100 |
commit | 5c093aa5d29151e8d6724c6388326185f7038a12 (patch) | |
tree | 0b9a8e5a8b693c1b7cd6a81fdf62951ddfa5ad34 /gnu/packages | |
parent | 81f36476a08ac311790a37504bd29b3aca6a0cd1 (diff) | |
download | guix-5c093aa5d29151e8d6724c6388326185f7038a12.tar.gz guix-5c093aa5d29151e8d6724c6388326185f7038a12.zip |
gnu: ocaml-odoc: Update to 2.0.2.
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.0.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index ba893dcf3b..e6001ca37b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6741,7 +6741,7 @@ then run the Bisect_ppx report tool on the generated visitation files.") (define-public ocaml-odoc (package (name "ocaml-odoc") - (version "2.0.0") + (version "2.0.2") (source (origin (method git-fetch) @@ -6750,7 +6750,7 @@ then run the Bisect_ppx report tool on the generated visitation files.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0lkmanfn8pc0rgcn9cc4mv48i29q2w1nl01n21qqxpyyfavgc98s")))) + (base32 "06rm1bhfp2yvkvidksndwii9v074r0lc9sqfp60q8mfcfd7pj7rx")))) (build-system dune-build-system) (arguments `(#:phases |