[PATCH] gnu: esbuild: Update to 0.8.11.

  • 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)
20201119055602.22836-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.8.11.
---
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 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
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 44734-done@debbugs.gnu.org)
20201119130751.GD2306@E5400
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+2bicACgkQQarn3Mo9
g1FoDw/8D6zUxHO/17cH3pk3X+OYDGrabfR/NSuZF3H4xpt/Akm3lJWEjqdbiQdN
2VNCH+8XLwBKl+MmmGIzXvWDqPxjBLnj4+RcQzltYiolbXSX+1IEOUWQmLFVUDo6
bkQ9/S5fe7gUT9TdKsQxkFZ/R57drOTTGpukrcIvt+kulv3wEby4p3Nqe9wDMLB5
n3sGoyY+p5QRDWfsCkB/7Kg4oJyUTGH0N469B1sXZ9nhWgs1AU1uDihFQ5Aaqh4R
PVauRLoqU7vWmYqO9fjodNe/pvJ2ixR6hnovJLaQ9p11dinRT8OIJI6P9JKJtqOR
7CYk30rRV7/C81Raoli/qIfGD0KzM0puy2uw+kzFL3JX4a57RVAdXDbcB7mXOgBj
m7xVEhp8a4pTVhBJJ4AsazVyZqXbwAmSsotQgR52M40yyvy1IRJQWCMetVz7kZSZ
jbKCXlX3TRpojfF+Nc1r+636Jh1NOJergL51hSX6QxaanEPixggdoH+TG0fHMqVB
sy06pmYE9btBOwbuLh4aJ/y36mkgnKk+JAjsGL6GEZ8Yc3QTIUqUv3nxbODw0JP1
I1GiMVwPieG2wa1AOGAmWLgASgdj6V8KYu2CS1VF9RdWnYjKk/VuOVDZ0BUsVuZP
5eiGvAjZfnCmdeZ3zp2C4XIGLPvHMyLZ+CrIdJOH4+a5gO0xzws=
=z/um
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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