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

iyzsong pushed a commit to branch master
in repository guix.

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

commit 68193bef2eac7dc4c8e69ed962adc34bc712bffb
Author: Ryan Prior <[email protected]>
AuthorDate: Mon Feb 15 06:00:44 2021 +0000

    gnu: esbuild: Update to 0.8.46.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.46.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 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 0b7e2b2..d55e3ac 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1479,7 +1479,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.44")
+    (version "0.8.46")
     (source
      (origin
        (method git-fetch)
@@ -1488,7 +1488,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zx0bajw2gi3z5liq6wdd2hp2liw02s0i81kzq51csixv66ghm9s"))
+        (base32 "00mfw812ssvlflzy9rbxbn2srlyzwix2kjv0gbaqv9qazi7vrgdl"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to