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


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.11.14.
Date: Sun, 25 Apr 2021 15:00:34 -0400

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

lfam pushed a commit to branch master
in repository guix.

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

commit d34371c92b495d2386d4dc19ab635d5626cf11aa
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Sun Apr 25 04:44:35 2021 +0000

    gnu: esbuild: Update to 0.11.14.
    
    * gnu/package/web.scm (esbuild): Update to 0.11.14.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 4ff6411..ceb89f8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1554,7 +1554,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.11.12")
+    (version "0.11.14")
     (source
      (origin
        (method git-fetch)
@@ -1563,7 +1563,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mxj4mrq1zbvv25alnc3s36bhnnhghivgwp45a7m3cp1389ffcd1"))
+        (base32 "0qxylzc7lzpsp5hm3dl5jvy9aca8azn8dmbjz9z5n5rkdmm8vd9p"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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