This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 08a6d82 gnu: esbuild: Update to 0.8.13.
08a6d82 is described below
commit 08a6d8275789b1298cbfaa6d085d81cf3a167a75
Author: Ryan Prior <[email protected]>
AuthorDate: Tue Nov 24 14:09:53 2020 +0100
gnu: esbuild: Update to 0.8.13.
* gnu/packages/web.scm (esbuild): Update to 0.8.13.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/web.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 47dd0fe..99151b1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1424,7 +1424,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.11")
+ (version "0.8.13")
(source
(origin
(method git-fetch)
@@ -1433,8 +1433,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "18cp68jds8cq58hpcwh85cgvh5vlkjfdcpwqp5h754065j896rr3"))
+ (base32 "01fxl8zcl33db1lsf26dddqb75gldvxg8jmqmls9isv982pii5mw"))
(modules '((guix build utils)))
(snippet
'(begin