[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: esbuild: Update to 0.8.31.
From: |
guix-commits |
Subject: |
04/04: gnu: esbuild: Update to 0.8.31. |
Date: |
Mon, 11 Jan 2021 04:45:24 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 458cb25b9e7e7c954f468023abea2bebb5d8c75b
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Sun Jan 10 05:53:04 2021 +0000
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>
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0b75a27..397fa38 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