summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-10 16:05:26 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-10 16:20:15 +0100
commit4dffeced6c6e1c4ce141a76ad1f2323f6541bace (patch)
treeab2d89e1678803d4c8195e343271f8d35a5481ac /gnu
parent060e6e711cbe40b43ece5442a4200e966ac29041 (diff)
downloadguix-4dffeced6c6e1c4ce141a76ad1f2323f6541bace.tar.gz
gnu: ocaml-odoc: Update to 2.1.0.
Diffstat (limited to 'gnu')
-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 1482696836..b34013cc31 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6768,7 +6768,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
 (define-public ocaml-odoc
   (package
     (name "ocaml-odoc")
-    (version "2.0.2")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -6777,7 +6777,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06rm1bhfp2yvkvidksndwii9v074r0lc9sqfp60q8mfcfd7pj7rx"))))
+        (base32 "1ycb468pc6vsvqj176j99bmbkrr9saxvyn9qhpazi01abbcq5d90"))))
     (build-system dune-build-system)
     (arguments
      `(#:phases