me
/
guix
Archived
1
0
Fork 0

gnu: esbuild: Update to 0.8.21.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Ryan Prior 2020-12-11 03:59:02 +00:00 committed by Ludovic Courtès
parent 382e0fee7f
commit eee3af86c7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1485,7 +1485,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
(version "0.8.19")
(version "0.8.21")
(source
(origin
(method git-fetch)
@ -1494,7 +1494,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "19y4g0wjkvrqzl4ngnlkb1giqjyx35gwz4zfk8pw4szsy85z6mli"))
(base32 "1gkh3ka7gfdqvzymj6vh9w2d0cp7n2vih42y7ghg7y8x6ry4c6mi"))
(modules '((guix build utils)))
(snippet
'(begin