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


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.8.23.
Date: Tue, 15 Dec 2020 03:09:59 -0500

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 980013c  gnu: esbuild: Update to 0.8.23.
980013c is described below

commit 980013c5034ae16f36d7c54ef546e76afc96d790
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Tue Dec 15 05:44:28 2020 +0000

    gnu: esbuild: Update to 0.8.23.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.23.
    
    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 5515744..f7d9d72 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1485,7 +1485,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.21")
+    (version "0.8.23")
     (source
      (origin
        (method git-fetch)
@@ -1494,7 +1494,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gkh3ka7gfdqvzymj6vh9w2d0cp7n2vih42y7ghg7y8x6ry4c6mi"))
+        (base32 "0lrz685hdhx4cyxbslacg5x2xvm8zd1a5kjg4b7q10i5w56wb5xc"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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