diff mbox series

[bug#44063] gnu: esbuild: Update to 0.7.16.

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

Checks

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

Commit Message

Ryan Prior Oct. 18, 2020, 2:28 p.m. UTC
* gnu/packages/web.scm (esbuild): Update to 0.7.16.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Efraim Flashner Oct. 19, 2020, 7:15 a.m. UTC | #1
I changed the patch to point to you as the author and pushed it. Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f291768e12..05b531aa8c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1350,7 +1350,7 @@  used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.7.14")
+    (version "0.7.16")
     (source
      (origin
        (method git-fetch)
@@ -1360,7 +1360,7 @@  used to validate and fix HTML data.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1y5hqymv2r8r29f8vh8kgncj3wlkg4fzi0zlc7mgyss872ajkc7i"))
+         "0lmq7yqssnc1cgd63m5zl734ahf8c0q0k1p2zdcn3qm15wfz7sh7"))
        (modules '((guix build utils)))
        (snippet
         '(begin