mbox series

[bug#50612,0/2] Update esbuild & x/sys dependency

Message ID 20210916011852.17102-1-rprior@protonmail.com
Headers show
Series Update esbuild & x/sys dependency | expand

Message

Ryan Prior Sept. 16, 2021, 1:18 a.m. UTC
Hi guix! This update to esbuild requires a recent x/sys, which is a dependency of a lot of other packages. I'm not sure how to go about building all its dependent packages but I'll look into that and send a follow-up if I learn anything useful.

Cheers,
Ryan

Ryan Prior (2):
  gnu: go-golang-x-sys: Update to latest.
  gnu: esbuild: Update to 0.12.28.

 gnu/packages/golang.scm | 6 +++---
 gnu/packages/web.scm    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

--
2.33.0

Comments

Nicolas Goaziou Dec. 1, 2021, 4:32 p.m. UTC | #1
Hello,

Ryan Prior via Guix-patches via <guix-patches@gnu.org> writes:

> Hi guix! This update to esbuild requires a recent x/sys, which is
> a dependency of a lot of other packages. I'm not sure how to go about
> building all its dependent packages but I'll look into that and send
> a follow-up if I learn anything useful.

Thanks. I pushed this to staging branch.  I also merged both updates
into a single commit.

Regards,