gnu: esbuild: Update to 0.8.13.

* gnu/packages/web.scm (esbuild): Update to 0.8.13.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Ryan Prior 2020-11-24 14:09:53 +01:00 committed by Nicolas Goaziou
parent 9e7382f865
commit 08a6d82757
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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