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.44.


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.8.44.
Date: Mon, 15 Feb 2021 05:26:54 -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 70d16d2  gnu: esbuild: Update to 0.8.44.
70d16d2 is described below

commit 70d16d283571b8976b3329a239a19e59d64d18f2
Author: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Fri Feb 12 06:06:11 2021 +0000

    gnu: esbuild: Update to 0.8.44.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.44.
    
    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 4345905..96d5f8f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1478,7 +1478,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.43")
+    (version "0.8.44")
     (source
      (origin
        (method git-fetch)
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ab8xpbh39nvrq1302qld692i4xy2mgynk6hjkwhlrziybj74njp"))
+        (base32 "1zx0bajw2gi3z5liq6wdd2hp2liw02s0i81kzq51csixv66ghm9s"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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