diff options
author | Ryan Prior <rprior@protonmail.com> | 2020-12-15 05:44:28 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-12-15 03:09:26 -0500 |
commit | 980013c5034ae16f36d7c54ef546e76afc96d790 (patch) | |
tree | 484277c37e53e8c637896529274051149a6d471c /gnu | |
parent | c33df8ab95d391de79557cc20058299c9eac4a01 (diff) |
gnu: esbuild: Update to 0.8.23.
* gnu/packages/web.scm (esbuild): Update to 0.8.23.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 55157443d1..f7d9d72df2 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1485,7 +1485,7 @@ used to validate and fix HTML data.") (define-public esbuild (package (name "esbuild") - (version "0.8.21") + (version "0.8.23") (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 "1gkh3ka7gfdqvzymj6vh9w2d0cp7n2vih42y7ghg7y8x6ry4c6mi")) + (base32 "0lrz685hdhx4cyxbslacg5x2xvm8zd1a5kjg4b7q10i5w56wb5xc")) (modules '((guix build utils))) (snippet '(begin |