[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: ocaml-odoc: Update to 2.1.0.
From: |
guix-commits |
Subject: |
03/03: gnu: ocaml-odoc: Update to 2.1.0. |
Date: |
Thu, 10 Feb 2022 10:20:34 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 4dffeced6c6e1c4ce141a76ad1f2323f6541bace
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 10 16:05:26 2022 +0100
gnu: ocaml-odoc: Update to 2.1.0.
---
gnu/packages/ocaml.scm | 4 ++--
1 file 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