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


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.8.26.
Date: Wed, 23 Dec 2020 05:51:44 -0500

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

cbaines pushed a commit to branch master
in repository guix.

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

commit 3895b477c7f9d480d7d16038ceb8b9d1548dddfe
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Wed Dec 23 02:07:49 2020 +0000

    gnu: esbuild: Update to 0.8.26.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.26.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 bd1e7ec..cb04d95 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.24")
+    (version "0.8.26")
     (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 "14n67p9h70v26nfgnjxipj8v9dn0sbdy5gahz8v7720m80bxfdic"))
+        (base32 "0zw68mgmmicbkvx7s22knvm8nng5qn41b1chn35prhkla3kx1jn1"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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