This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7dc22e2  gnu: esbuild: Update to 0.7.16.
7dc22e2 is described below

commit 7dc22e2c6ac0cf81a0dc688593ab8e8ce1234656
Author: Ryan Prior <rpr...@protonmail.com>
AuthorDate: Sun Oct 18 14:28:17 2020 +0000

    gnu: esbuild: Update to 0.7.16.
    
    * gnu/packages/web.scm (esbuild): Update to 0.7.16.
    
    Signed-off-by: Efraim Flashner <efr...@flashner.co.il>
---
 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 647e481..5be95e4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1422,7 +1422,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)
@@ -1432,7 +1432,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

Reply via email to