diff mbox series

[bug#48010] gnu: esbuild: Update to 0.11.14.

Message ID 20210425044428.27541-1-rprior@protonmail.com
State Accepted
Headers show
Series [bug#48010] gnu: esbuild: Update to 0.11.14. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Ryan Prior April 25, 2021, 4:44 a.m. UTC
From: Ryan Prior <ryanprior@hey.com>

* gnu/package/web.scm (esbuild): Update to 0.11.14.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.31.1

Comments

Ryan Prior April 25, 2021, 5:04 a.m. UTC | #1
On April 25, 2021, Ryan Prior <rprior@protonmail.com> wrote:
> From: Ryan Prior <ryanprior@hey.com>
>

Darn I put the wrong email on the patch (I'm cursed with all these email
addresses)

If you see this, please commit using rprior@protonmail.com

Thank you!
Leo Famulari April 25, 2021, 7 p.m. UTC | #2
On Sun, Apr 25, 2021 at 05:04:21AM +0000, Ryan Prior via Guix-patches via wrote:
> On April 25, 2021, Ryan Prior <rprior@protonmail.com> wrote:
> > From: Ryan Prior <ryanprior@hey.com>
> >
> 
> Darn I put the wrong email on the patch (I'm cursed with all these email
> addresses)
> 
> If you see this, please commit using rprior@protonmail.com

Okay. Pushed as d34371c92b495d2386d4dc19ab635d5626cf11aa
diff mbox series

Patch

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4ff6411e63..ceb89f88fb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1554,7 +1554,7 @@  used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.11.12")
+    (version "0.11.14")
     (source
      (origin
        (method git-fetch)
@@ -1563,7 +1563,7 @@  used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mxj4mrq1zbvv25alnc3s36bhnnhghivgwp45a7m3cp1389ffcd1"))
+        (base32 "0qxylzc7lzpsp5hm3dl5jvy9aca8azn8dmbjz9z5n5rkdmm8vd9p"))
        (modules '((guix build utils)))
        (snippet
         '(begin