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


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.8.24.
Date: Sun, 20 Dec 2020 07:45:37 -0500

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

efraim pushed a commit to branch master
in repository guix.

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

commit 36e47069d03c37298b26ae7fc0fb70dffad550fc
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Sat Dec 19 03:58:22 2020 +0000

    gnu: esbuild: Update to 0.8.24.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.24.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 584003a..68c3299 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.23")
+    (version "0.8.24")
     (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 "0lrz685hdhx4cyxbslacg5x2xvm8zd1a5kjg4b7q10i5w56wb5xc"))
+        (base32 "14n67p9h70v26nfgnjxipj8v9dn0sbdy5gahz8v7720m80bxfdic"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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