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


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.12.9.
Date: Sat, 19 Jun 2021 16:55:04 -0400

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

bricewge pushed a commit to branch master
in repository guix.

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

commit cae5f6e54bea5a43762985f3b37818079aee326b
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Sat Jun 19 01:45:00 2021 +0000

    gnu: esbuild: Update to 0.12.9.
    
    * gnu/packages/web.scm (esbuild): Update to 0.12.9.
    
    Signed-off-by: Brice Waegeneire <brice@waegenei.re>
---
 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 412308b..896125a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1596,7 +1596,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.11.14")
+    (version "0.12.9")
     (source
      (origin
        (method git-fetch)
@@ -1605,7 +1605,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qxylzc7lzpsp5hm3dl5jvy9aca8azn8dmbjz9z5n5rkdmm8vd9p"))
+        (base32 "10bz1xq2frdja7mbx04m009svg8b5rj7vfq3sc2gc88n31v21b1j"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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