[PATCH] gnu: esbuild: Update to 0.11.12.

  • 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)
20210419050237.26745-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.11.12.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 165a4fc236..0ba4b640c1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1554,7 +1554,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.11.9")
+ (version "0.11.12")
(source
(origin
(method git-fetch)
@@ -1563,7 +1563,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0pi5ydvbcfi8dbq2ryw8z4197pf4jrlz8mj1vzkdff22ga9qcmxy"))
+ (base32 "1mxj4mrq1zbvv25alnc3s36bhnnhghivgwp45a7m3cp1389ffcd1"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.31.1
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 47886-done@debbugs.gnu.org)
YH0+bYwnWdr+jArX@3900XT
Thanks. 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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmB9Pm0ACgkQQarn3Mo9
g1F+rg/+OH/9k2xJk5cICMLYzQQy76+jX1SU/tqPbxIy9cMbLTdsrnIZYbVlcJp8
qCaUOmOZVjQWNzwjFEZpuNne10QuVFX8BAhLpiALLFJzZRnFfBsOvnSVQo7plH3t
afpSKxw763+sCOxPRSBgu+N1LfffOTk2ddRdYLPvwoGe/NvHgSO9tWF1BbFFRlpw
5h4qp3FGQDunEWIVwYYpo1TxQ/56XA2t5dgWEKkO+IU7hyccyBQXJY+u9tPHem0g
hyZfG+T/7eBOFCFplOZUqI3zZZJzMi565vM04Yqj3dzyDxuscKSvBYyKeE6jwnPC
d5MdbCQNQPy7t2T+Z395NUj/CLMWoVQsSQEXX305LWIjhPbOsHaWz1nMyamUST+d
M9tMlGivDS0+x3G9Y15fzYMSu9O+2ouhFvhbH4+iFhKlRvi+FuOHnDkDfm9ZmFGO
qGpEX3P+lVxPp3FAYsvapVGByIfZRNGLgaR6MihwwAQnMRTwv4TMkLlrRqOS7Ed/
R/z9cjuvscs+aRt5o/8wT2aEVGzawYMloUooATM5e1Mc4hpbulGTwSwvhs8D2CCv
zOgHnGJAOll+hA9I/x5T18OgGCgs9dyRaOvMot/zEB4RE3wwvNiW/4FNEmAyk+Hf
A+hUV72DWmWIYQIiz9YOHmrCyrI3KUsxcXKZ2/M8bsuWpLUpg54=
=9kno
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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