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>
This commit is contained in:
Ryan Prior via Guix-patches via 2021-01-04 01:47:34 +00:00 committed by Leo Famulari
parent a5f13705cb
commit ad2469ec86
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1487,7 +1487,7 @@ (module "tidy")
(define-public esbuild
(package
(name "esbuild")
(version "0.8.27")
(version "0.8.29")
(source
(origin
(method git-fetch)
@ -1496,7 +1496,7 @@ (define-public esbuild
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1n9h6r3q6mik7p5j0cyybh1sdcllig0awbryrx28r03cxv4ip2ij"))
(base32 "142gc21aaqmx0d01vmqsg7zi85pjgi3higr4ba0m52qf3mvxd6as"))
(modules '((guix build utils)))
(snippet
'(begin