[PATCH] gnu: esbuild: Update to 0.8.31.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal

Debbugs page

Ryan Prior wrote 4 years ago
(address . guix-patches@gnu.org)
20210110055301.12274-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.8.31.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 45753-done@debbugs.gnu.org)
X/weJGUXqaSse9qF@3900XT
Looks good. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/8HiQACgkQQarn3Mo9
g1EjXg//f4LZ0IMqfgRnlOxPg8wxATHNllfMXQjZS6xqAAC7eoRmoU6ljoFOv1uA
SNEQ9wvx/CpQa0/EYjw1nuY1fdGe9OIXLL3uFcbRIfHLT6RcBTrRmNPQfYZ0i2pT
tf9jGLK1cPU7PgXnGAbdQIiYI0F3Rhu9ynzL68naKcKBH2JMIq9D2u7mzwABWQYF
yeWa7SE0IvOI5uWO2N66PJAtzWIhowlHfSCnRV6PEgsiI9UwmAMt83TY3IJx+uGs
2P8RyP2dIkqvILdIjGMt+VfOk4BhxyF4pbQNnvORSHeoErkFCLE0fX5+BlLwGqQW
Y0sGe9NuSFh1EnWuV+jLNXKKI/Fqggnrz5LLPRjgaYGvyEqYozAXYh3T8a4XqUMb
MYO/ZDachCbwRVoVkvM/vQQayWNeIeF96dgBPCxFQ2Q4sBsHbyivimqfTQbZx0Fi
z54zzXHM2u+Bk4agIPdIMprRDx3T3ZB9j0Vlz7rkXwnzXRDvuLegUpmtIiIfaGyQ
nX4eEALi/j/vfnTKXgKlcm94k1KRFlJoFqF93psrr7G9Bt133/OdbXFSCYpwTP32
NAz0bBmOkgYhhuicsLuNNplGGn6lRwQ2zv5mI30wrC+QYcygH6gqwOZMvS7zcW7l
6/wz3s7ydpACc4h6rHxpUrKFHKuHRcvQM0Ab7detYVKT9YImPxM=
=lHQ7
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45753@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45753
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help