Archived
1
0
Fork 0

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:
pukkamustard 2022-12-16 13:25:13 +00:00 committed by Julien Lepiller
parent e3a2f0447b
commit 7a19cb115f
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7808,9 +7808,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
(define-public ocaml-odoc (define-public ocaml-odoc
(package (package
(name "ocaml-odoc") (name "ocaml-odoc")
;; 2.2.0-alpha contains fixes for Dune 3.0 compatibility (version "2.2.0")
;; (https://github.com/ocaml/odoc/commit/6ac97f3148f7791ec7451785ef4dbd9ca0daf2d1)
(version "2.2.0-alpha")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7819,7 +7817,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "07zjkk455l51i29lcayzrc1q8j5bvbv97sscv8yhcj7x6h6q2nag")))) (base32 "19mww1lyrdi705aw3lwql6xc7p11fcq5gprmhyxpb4x80gnvlzrh"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:tests? #f; not compatible with current version of ocaml-yojson `(#:tests? #f; not compatible with current version of ocaml-yojson