mbox series

[bug#55453,0/1] gnu: python-rich: Update to 12.4.1.

Message ID 20220516150420.486-1-higashi@taiju.info
Headers show
Series gnu: python-rich: Update to 12.4.1. | expand

Message

Taiju HIGASHI May 16, 2022, 3:04 p.m. UTC
Hi,

Build of python-rich fails because the version of python-rich is out of date.
As a result, the build of pelican, which depends on python-rich, also fails.

I think this is because the version of pygments has been upgraded and the
problem fixed in the pull request below has occurred.

With this patch, both python-rich and pelican can be built.

Thank you

Taiju HIGASHI (1):
  gnu: python-rich: Update to 12.4.1.

 gnu/packages/python-xyz.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

--
2.35.1

Comments

Ludovic Courtès May 24, 2022, 2:50 p.m. UTC | #1
Hi,

Taiju HIGASHI <higashi@taiju.info> skribis:

> Build of python-rich fails because the version of python-rich is out of date.
> As a result, the build of pelican, which depends on python-rich, also fails.
>
> I think this is because the version of pygments has been upgraded and the
> problem fixed in the pull request below has occurred.
>
> With this patch, both python-rich and pelican can be built.

Python-rich was updated independently in
93ef1eecd96a0dd0ebfe44adac8b027151697f2e.

Closing!

Thanks,
Ludo’.