guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: esbuild: Update to 0.8.51.


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.8.51.
Date: Wed, 24 Feb 2021 08:11:49 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit 0d0c76b946ad3a1047ba8120362719f599482896
Author: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Wed Feb 24 04:50:06 2021 +0000

    gnu: esbuild: Update to 0.8.51.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.51.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 010e01d..b3c0831 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.47")
+    (version "0.8.51")
     (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 "1gq50sx40qr22w0iy09rdcy1y9nmqpc3impwmyk5zi4z0hl9id0h"))
+        (base32 "1j4qza2chng3az1h1fh9zbhxh99q7bfrqbgppyyq5947svi8fvaz"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]