mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Update ocaml-odoc to 2.2.0.
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
e3a2f0447b
commit
7a19cb115f
1 changed files with 2 additions and 4 deletions
|
@ -7808,9 +7808,7 @@ (define-public ocaml4.07-bisect-ppx
|
|||
(define-public ocaml-odoc
|
||||
(package
|
||||
(name "ocaml-odoc")
|
||||
;; 2.2.0-alpha contains fixes for Dune 3.0 compatibility
|
||||
;; (https://github.com/ocaml/odoc/commit/6ac97f3148f7791ec7451785ef4dbd9ca0daf2d1)
|
||||
(version "2.2.0-alpha")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7819,7 +7817,7 @@ (define-public ocaml-odoc
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07zjkk455l51i29lcayzrc1q8j5bvbv97sscv8yhcj7x6h6q2nag"))))
|
||||
(base32 "19mww1lyrdi705aw3lwql6xc7p11fcq5gprmhyxpb4x80gnvlzrh"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f; not compatible with current version of ocaml-yojson
|
||||
|
|
Loading…
Reference in a new issue