GNU bug report logs - #52155
[PATCH] gnu: esbuild: Update to 0.14.0.

Previous Next

Package: guix-patches;

Reported by: Ryan Prior <rprior <at> protonmail.com>

Date: Sun, 28 Nov 2021 05:45:02 UTC

Severity: normal

Tags: patch

Done: Ryan Prior <rprior <at> protonmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52155 in the body.
You can then email your comments to 52155 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52155; Package guix-patches. (Sun, 28 Nov 2021 05:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ryan Prior <rprior <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 28 Nov 2021 05:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ryan Prior <rprior <at> protonmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: esbuild: Update to 0.14.0.
Date: Sun, 28 Nov 2021 05:44:04 +0000
* gnu/packages/web.scm (esbuild): Update to 0.14.0.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0c5e191018..829ca0ac47 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1654,7 +1654,7 @@ (module "tidy")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.12.28")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -1663,7 +1663,7 @@ (define-public esbuild
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rjsbqshkx930cw07v63g4blzbd9zcm6jbb5yv9k86i59gprh8s8"))
+        (base32 "09r1xy0kk6c9cpz6q0mxr4why373pwxbm439z2ihq3k1d5kk7x4w"))
        (modules '((guix build utils)))
        (snippet
         '(begin
--
2.33.1






Information forwarded to guix-patches <at> gnu.org:
bug#52155; Package guix-patches. (Sun, 28 Nov 2021 13:15:01 GMT) Full text and rfc822 format available.

Message #8 received at 52155 <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: Ryan Prior <rprior <at> protonmail.com>, 52155 <at> debbugs.gnu.org
Subject: Re: [bug#52155] [PATCH] gnu: esbuild: Update to 0.14.0.
Date: Sun, 28 Nov 2021 14:14:51 +0100
Ryan Prior via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/web.scm (esbuild): Update to 0.14.0.
> ---
>  gnu/packages/web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 0c5e191018..829ca0ac47 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -1654,7 +1654,7 @@ (module "tidy")
>  (define-public esbuild
>    (package
>      (name "esbuild")
> -    (version "0.12.28")

Current master has esbuild 0.12.9, is this patch perhaps based on one of
your local branches?

> +    (version "0.14.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -1663,7 +1663,7 @@ (define-public esbuild
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1rjsbqshkx930cw07v63g4blzbd9zcm6jbb5yv9k86i59gprh8s8"))
> +        (base32 "09r1xy0kk6c9cpz6q0mxr4why373pwxbm439z2ihq3k1d5kk7x4w"))
>         (modules '((guix build utils)))
>         (snippet
>          '(begin
> --
> 2.33.1

LGTM otherwise, but didn't you recently post an (now outdated) update to
esbuild that also updated one of its dependencies[0]? Does that comment
no longer hold, or is this patch building on top of the other one?

- Jelle

[0]: https://issues.guix.gnu.org/50612




Information forwarded to guix-patches <at> gnu.org:
bug#52155; Package guix-patches. (Sun, 28 Nov 2021 15:58:01 GMT) Full text and rfc822 format available.

Message #11 received at 52155 <at> debbugs.gnu.org (full text, mbox):

From: Ryan Prior <rprior <at> protonmail.com>
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: 52155 <at> debbugs.gnu.org
Subject: Re: [bug#52155] [PATCH] gnu: esbuild: Update to 0.14.0.
Date: Sun, 28 Nov 2021 15:57:03 +0000
Oops! I already sent those and they were never commented upon, I should have added this patch to that previous thread instead of starting a new one. I'll do that now and close this one.

The old issue for reference: https://issues.guix.gnu.org/50612

Thanks!
Ryan

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Sunday, November 28th, 2021 at 1:14 PM, Jelle Licht <jlicht <at> fsfe.org> wrote:

> Ryan Prior via Guix-patches via guix-patches <at> gnu.org writes:
>
> > -   gnu/packages/web.scm (esbuild): Update to 0.14.0.
> >
> > gnu/packages/web.scm | 4 ++--
> >
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> >
> > index 0c5e191018..829ca0ac47 100644
> >
> > --- a/gnu/packages/web.scm
> >
> > +++ b/gnu/packages/web.scm
> >
> > @@ -1654,7 +1654,7 @@ (module "tidy")
> >
> > (define-public esbuild
> >
> > (package
> >
> > (name "esbuild")
> >
> > -   (version "0.12.28")
>
> Current master has esbuild 0.12.9, is this patch perhaps based on one of
>
> your local branches?
>
> > -   (version "0.14.0")
> >
> >     (source
> >
> >     (origin
> >
> >     (method git-fetch)
> >
> >     @@ -1663,7 +1663,7 @@ (define-public esbuild
> >
> >     (commit (string-append "v" version))))
> >
> >     (file-name (git-file-name name version))
> >
> >     (sha256
> >
> > -          (base32 "1rjsbqshkx930cw07v63g4blzbd9zcm6jbb5yv9k86i59gprh8s8"))
> >
> >
> >
> > -          (base32 "09r1xy0kk6c9cpz6q0mxr4why373pwxbm439z2ihq3k1d5kk7x4w"))
> >           (modules '((guix build utils)))
> >           (snippet
> >            '(begin
> >
> >
> >
> > --
> >
> > 2.33.1
>
> LGTM otherwise, but didn't you recently post an (now outdated) update to
>
> esbuild that also updated one of its dependencies[0]? Does that comment
>
> no longer hold, or is this patch building on top of the other one?
>
> -   Jelle
>
>     [0]: https://issues.guix.gnu.org/50612




bug closed, send any further explanations to 52155 <at> debbugs.gnu.org and Ryan Prior <rprior <at> protonmail.com> Request was from Ryan Prior <rprior <at> protonmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Nov 2021 16:01:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Dec 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 82 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.