aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Prior via Guix-patches via <guix-patches@gnu.org>2020-11-06 05:13:13 +0000
committerLeo Famulari <leo@famulari.name>2020-11-06 11:46:57 -0500
commit27ae5ae991152be9689eb10bb68cc7677e3e1da9 (patch)
tree63c2b1d11b7b67b9029eff37843ef5c59b27584f
parentf7b1b22e4b0b5c6867bbfed362b0ebd4e5480507 (diff)
downloadguix-27ae5ae991152be9689eb10bb68cc7677e3e1da9.tar
guix-27ae5ae991152be9689eb10bb68cc7677e3e1da9.tar.gz
gnu: esbuild: Update to 0.8.4.
* gnu/packages/web.scm (esbuild): Update to 0.8.4. Signed-off-by: Leo Famulari <leo@famulari.name>
-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 93399b3459..0e80f23bb2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1424,7 +1424,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.0")
+ (version "0.8.4")
(source
(origin
(method git-fetch)
@@ -1434,7 +1434,7 @@ used to validate and fix HTML data.")
(file-name (git-file-name name version))
(sha256
(base32
- "17qzmadjixjivwbxbj20683j3n6igk7bx7v4k5bs2rqfvigdx2ps"))
+ "0aaqyfnl4dncrpw8n2sqkkavx7ki7i2r9pdi82pp9syql3b5495y"))
(modules '((guix build utils)))
(snippet
'(begin