summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorRyan Prior <rprior@protonmail.com>2021-01-10 05:53:04 +0000
committerEfraim Flashner <efraim@flashner.co.il>2021-01-11 11:38:46 +0200
commit458cb25b9e7e7c954f468023abea2bebb5d8c75b (patch)
treee4b9b3498cccc3dcbec9a6e1763a9e0e180991bd /gnu/packages/web.scm
parent1999934c851bf5e8c0aaeea7091bdfdc2e0d81ae (diff)
downloadguix-patches-458cb25b9e7e7c954f468023abea2bebb5d8c75b.tar
guix-patches-458cb25b9e7e7c954f468023abea2bebb5d8c75b.tar.gz
gnu: esbuild: Update to 0.8.31.
* gnu/packages/web.scm (esbuild): Update to 0.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0b75a27b0c..397fa387cc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.29")
+ (version "0.8.31")
(source
(origin
(method git-fetch)
@@ -1496,7 +1496,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "142gc21aaqmx0d01vmqsg7zi85pjgi3higr4ba0m52qf3mvxd6as"))
+ (base32 "08ixas858jlnlrgrcpjiccwb3xdaxd7dd42i7676ymi3a2421f5w"))
(modules '((guix build utils)))
(snippet
'(begin