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:
parent
9e7382f865
commit
08a6d82757
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user