gnu: esbuild: Update to 0.8.44.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Ryan Prior via Guix-patches via 2021-02-12 06:06:11 +00:00 committed by Nicolas Goaziou
parent 80005d038c
commit 70d16d2835
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1478,7 +1478,7 @@ (module "tidy")
(define-public esbuild
(package
(name "esbuild")
(version "0.8.43")
(version "0.8.44")
(source
(origin
(method git-fetch)
@ -1487,7 +1487,7 @@ (define-public esbuild
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ab8xpbh39nvrq1302qld692i4xy2mgynk6hjkwhlrziybj74njp"))
(base32 "1zx0bajw2gi3z5liq6wdd2hp2liw02s0i81kzq51csixv66ghm9s"))
(modules '((guix build utils)))
(snippet
'(begin