summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRyan Prior <rprior@protonmail.com>2020-11-19 05:56:09 +0000
committerEfraim Flashner <efraim@flashner.co.il>2020-11-19 15:06:24 +0200
commitc7a20c7ea3702e15514fae2c982ee3320ad1147f (patch)
tree5f9086158a961073351a25d0370ab40cc3cbe620 /gnu
parentaee183e1a57aa7606c79d9375e8e3f13e7726e41 (diff)
downloadguix-c7a20c7ea3702e15514fae2c982ee3320ad1147f.tar.gz
gnu: esbuild: Update to 0.8.11.
* gnu/packages/web.scm (esbuild): Update to 0.8.11.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-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 edb7bd5da1..47dd0fea9a 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.7")
+    (version "0.8.11")
     (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
-         "14x95dmh4jrfp93p7ln0cv917qxll04sqzlpf9rl6w01fifr2s75"))
+         "18cp68jds8cq58hpcwh85cgvh5vlkjfdcpwqp5h754065j896rr3"))
        (modules '((guix build utils)))
        (snippet
         '(begin