mbox series

[bug#54596,0/1] Fix ocaml-odoc by updating to 2.2.0-alpha

Message ID 20220327133937.15444-1-pukkamustard@posteo.net
Headers show
Series Fix ocaml-odoc by updating to 2.2.0-alpha | expand

Message

pukkamustard March 27, 2022, 1:39 p.m. UTC
Hello Guix,

ocaml-odoc (2.1.0) does not seem to pass tests with recently updated dune
(3.0.3).

This has been fixed upstream:

https://github.com/ocaml/odoc/commit/6ac97f3148f7791ec7451785ef4dbd9ca0daf2d1

and pre-released with a 2.2.0-alpha tag:

https://github.com/ocaml/odoc/releases/tag/2.2.0-alpha

Following patch updates ocaml-odoc to 2.2.0-alpha and fixes the build.

Updating to 2.2.0-alpha seems like a slightly better hack than adding a patch
with the upstream fix. 

Regards,
pukkamustard

pukkamustard (1):
  gnu: ocaml-odoc: Update to 2.2.0-alpha.

 gnu/packages/ocaml.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Simon Tournier April 8, 2022, 1:09 p.m. UTC | #1
Hi,

On Sun, 27 Mar 2022 at 13:39, pukkamustard <pukkamustard@posteo.net> wrote:

> pukkamustard (1):
>   gnu: ocaml-odoc: Update to 2.2.0-alpha.
>
>  gnu/packages/ocaml.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

I propose to include this patch in the series #53882 and close this
submission.  WDYT?


Cheers,
simon
pukkamustard April 8, 2022, 1:52 p.m. UTC | #2
Hi,

zimoun <zimon.toutoune@gmail.com> writes:

> I propose to include this patch in the series #53882 and close this
> submission.  WDYT?

Ok for me. Closing this issue.

Cheers,
pukkamustard