gnu: esbuild: Update to 0.8.51.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Ryan Prior via Guix-patches via 2021-02-24 04:50:06 +00:00 committed by Nicolas Goaziou
parent ac2ff1ba69
commit 0d0c76b946
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1479,7 +1479,7 @@ (module "tidy")
(define-public esbuild
(package
(name "esbuild")
(version "0.8.47")
(version "0.8.51")
(source
(origin
(method git-fetch)
@ -1488,7 +1488,7 @@ (define-public esbuild
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gq50sx40qr22w0iy09rdcy1y9nmqpc3impwmyk5zi4z0hl9id0h"))
(base32 "1j4qza2chng3az1h1fh9zbhxh99q7bfrqbgppyyq5947svi8fvaz"))
(modules '((guix build utils)))
(snippet
'(begin