[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: esbuild: Update to 0.8.29.
From: |
guix-commits |
Subject: |
branch master updated: gnu: esbuild: Update to 0.8.29. |
Date: |
Sun, 03 Jan 2021 20:55:40 -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 ad2469e gnu: esbuild: Update to 0.8.29.
ad2469e is described below
commit ad2469ec86357b1a46dd63dcd17d5831969d5270
Author: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Mon Jan 4 01:47:34 2021 +0000
gnu: esbuild: Update to 0.8.29.
* gnu/packages/web.scm (esbuild): Update to 0.8.29.
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 34998b9..20a4056 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.27")
+ (version "0.8.29")
(source
(origin
(method git-fetch)
@@ -1496,7 +1496,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1n9h6r3q6mik7p5j0cyybh1sdcllig0awbryrx28r03cxv4ip2ij"))
+ (base32 "142gc21aaqmx0d01vmqsg7zi85pjgi3higr4ba0m52qf3mvxd6as"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: esbuild: Update to 0.8.29.,
guix-commits <=