summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Prior <[email protected]>2021-01-19 04:57:05 +0000
committerLudovic Courtès <[email protected]>2021-01-19 17:45:38 +0100
commit94b7687e3e09174067112981e8cb438da4a90119 (patch)
tree6ae29138f37e4acd12dfcccfc4f424694937b97b
parent4d79f072cc7b502fc25486d514c9200ba684a596 (diff)
gnu: esbuild: Update to 0.8.32.
* gnu/packages/web.scm (esbuild): Update to 0.8.32. Signed-off-by: Ludovic Courtès <[email protected]>
-rw-r--r--gnu/packages/web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 492308fc18..16c99af9d3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -45,7 +45,7 @@
;;; Copyright © 2018, 2019, 2020 Björn Höfling <[email protected]>
;;; Copyright © 2020, 2021 Paul Garlick <[email protected]>
;;; Copyright © 2020 Michael Rohleder <[email protected]>
-;;; Copyright © 2020 Ryan Prior <[email protected]>
+;;; Copyright © 2020, 2021 Ryan Prior <[email protected]>
;;; Copyright © 2020 Alexandru-Sergiu Marton <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.31")
+ (version "0.8.32")
(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 "08ixas858jlnlrgrcpjiccwb3xdaxd7dd42i7676ymi3a2421f5w"))
+ (base32 "17aa269dq0gsm4nlhh1q2mj6k8mw6v8ig3nygwk3s07l2xl5gqvn"))
(modules '((guix build utils)))
(snippet
'(begin