mbox series

[bug#63486,0/3] gnu: python-txtorcon: Fix build, style, update.

Message ID cover.1683996444.git.juli@incana.org
Headers show
Series gnu: python-txtorcon: Fix build, style, update. | expand

Message

Juliana Sims May 13, 2023, 4:56 p.m. UTC
Hello,

This patch series does three things, each in its own patch. First, it fixes the
failing build of python-txtorcon, which has the knock-on effect of fixing the
failing build of magic-wormhole. Next, it styles python-txtorcon using
`guix style'. Finally, it updates python-txtorcon to the upstream version
23.0.0.

Thanks,
Juli

Juliana Sims (3):
  gnu: python-txtorcon: Fix failing build.
  gnu: python-txtorcon: Run guix style.
  gnu: python-txtorcon: Update to 23.0.0.

 gnu/packages/python-crypto.scm | 52 +++++++++++++++++++++-------------
 1 file changed, 33 insertions(+), 19 deletions(-)


base-commit: ed1e7920393c9ae5b2ae31fc46bae88136239b13

Comments

Ludovic Courtès May 22, 2023, 2:54 p.m. UTC | #1
Hi Juliana,

Juliana Sims <juli@incana.org> skribis:

>   gnu: python-txtorcon: Fix failing build.
>   gnu: python-txtorcon: Run guix style.
>   gnu: python-txtorcon: Update to 23.0.0.

Applied v2, thanks!

Ludo’.