[PATCH] gnu: esbuild: Update to 0.8.34.

  • 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)
20210124031514.13074-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.8.34.
---
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 16c99af9d3..249724cbde 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.32")
+ (version "0.8.34")
(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 "17aa269dq0gsm4nlhh1q2mj6k8mw6v8ig3nygwk3s07l2xl5gqvn"))
+ (base32 "0m0rf8liyyxlpridfjxb1jh758sggaidpgswg8nas9d4vg39b1mb"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 46065-done@debbugs.gnu.org)
YBMaPR2cDwCZ0a99@3900XT
Closing this in favor of the update to 0.8.36.

--
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmATGjoACgkQQarn3Mo9
g1HIEhAAk++bybLJgxH4SmB+YVsC8RqjY6EEdsx6BsLtEZb2o2xZf3jA0VywBfWJ
eIlGzlq2Wl5XPeaQDjyOACIS8CcntMru20l46Lwvqf1s39ewVqN3sSEVI5/eoxLC
9JSOITsp58qYS5Yvc+yalPwIoORgv/ljZDeIX6rO1TNW+gToabL80EgZGfga44CD
sJAwMCUo4/SNfx+XzJSk7QofHHzgaiat/64DSpEz39lBKjJjP3CQIMFFO4lNgwYr
VzXrjVDZKvWkwEhZtSndoTHoUAWf4K9OvPd84Cnd6hpjLh9H4ySVKmN5edQWWozB
j/Bq+Ya4GY84j8FmDuGI5Wv8VuC4C9NPbImi3pVOJMDK4zvGu7cUmQRmwztKKgg/
f6Bc/Ro+metcC8yllfY9qsbd7ui5mY/SCi6PZk9+8PWZFPPeSWlQn9fTAW7tDMXr
X1CiVKD4UPlBU8Hq705/H3AqOBuewVUVpBFtB39I3vddeimrfVmhuz8OvafUEWiJ
BDX0sZmiSMvpQ1s0oiq2G+UP3miV+qy5Ve/P+0KGo1L4o2dbrLCyaUz7jxWz5ykI
PT8w1xYi4kDkZqjjTTn8tc91OIlYbmqlBpIz/voCVgpffsvQZTufZJAiLLbB1zuj
nY/BWUGiHTXX9E7pOG5+K611eVThsZ3yyYQVJW1Wlj1YLHoogx0=
=Dp42
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 46065
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