[PATCH] gnu: esbuild: Update to 0.8.15.

  • 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)
20201126050706.26718-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.8.15.
---
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 4ba0ac43e6..8459413c5b 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.14")
+ (version "0.8.15")
(source
(origin
(method git-fetch)
@@ -1433,7 +1433,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0hv6qgkdp5jhb3s3088xgahgddnivb6gc13gjsvjqz5clhscy81d"))
+ (base32 "1b8ibxx1imh7jaspi3b36kpmijc06viv49ms7fml20yc0br2qbwj"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 44879-done@debbugs.gnu.org)
X7/s9uHVjf8AEtpZ@E5400
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+/7PYACgkQQarn3Mo9
g1GdVxAAj45qzyyY73JLaN6x+a/300y+KgagdPCfU4bBC6mFPJVtKjc3yh0sPwfG
vQb4x5yq3EVOZ/Co8HUK4005IylH9hVDO6iI9Z/cqWWOWKpDNvYTiUsnUswVfpM4
l3pyB+5ktOBTfBw6CvBMe71/5M9SSOn5iYDBSg2MbMGD9ieh38KuyZvIHh9KwN73
fzoEDeA3rfK+odk6E4CnH5fDqSSXNnaPCiAc//UNbIbRmXL4BLxX8Xr+Bi296PTl
Wdn1ClfBne7Mk/t3CjwtIyrCvCR34tBc6Gr8DsYhMnz5WJbcTlw90UVV4hfY7Whf
rCPzij36QhuajG112Brx6VflGXwCR8QecCU8njXar2Dxy/WEDBMI9+GmGs9eji+J
rEw4eWwNk7baL7daELI4G6hn0IiyW9Mym80UHTDmaJZmLCWe3BTp4wMBiYhuhmAA
vR8C9c2pKZO9voPazJE7DKO6dQXZ+qHv8RcA2e3pw8UYiNx6Bdx7ZCYpm2GOzUYW
8wcbieAUT2D2XSiKLCz0v+Qks9MFqm6xSnZvc59JL6QnyKB/+hdnnieN9hPuWhT3
uNmBZWIuX+j9OgUZ16VDQjGt0j9QMQ4UF5MuOj7tgadl2VEygwDaAOED5PdDEHCm
DfdtwFKkZR88PbAUNZAcjw1V57VEaXoKA15yUBVUJrnMnzH60Vo=
=tGQK
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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