me
/
guix
Archived
1
0
Fork 0

gnu: esbuild: Update to 0.14.0.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Ryan Prior via Guix-patches via 2021-09-16 01:29:36 +00:00 committed by Nicolas Goaziou
parent 01faf2c1bb
commit eec94982b1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1653,7 +1653,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
(version "0.12.9")
(version "0.14.0")
(source
(origin
(method git-fetch)
@ -1662,7 +1662,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "10bz1xq2frdja7mbx04m009svg8b5rj7vfq3sc2gc88n31v21b1j"))
(base32 "09r1xy0kk6c9cpz6q0mxr4why373pwxbm439z2ihq3k1d5kk7x4w"))
(modules '((guix build utils)))
(snippet
'(begin