[PATCH] gnu: esbuild: Update to 0.7.16.

  • 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)
20201018142812.27593-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.7.16.
---
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 f291768e12..05b531aa8c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1350,7 +1350,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.7.14")
+ (version "0.7.16")
(source
(origin
(method git-fetch)
@@ -1360,7 +1360,7 @@ used to validate and fix HTML data.")
(file-name (git-file-name name version))
(sha256
(base32
- "1y5hqymv2r8r29f8vh8kgncj3wlkg4fzi0zlc7mgyss872ajkc7i"))
+ "0lmq7yqssnc1cgd63m5zl734ahf8c0q0k1p2zdcn3qm15wfz7sh7"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.17.1
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 44063-done@debbugs.gnu.org)
20201019071543.GL974@E5400
I changed the patch to point to you as the author and pushed it. Thanks!

--
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+NPR8ACgkQQarn3Mo9
g1ED2g/+Ijar75DlcGvnQ8p21l3vOpWG0/6x40IAIxoYyRqnoeMgR+yWxrf7vErO
Je1H6jcoTEkXU0P16WehnK1hPd8T036dQbLBNaMPp1qFdLjsLnh712yfq4urPjpT
Ja//D3dHnAXwDNE2iaUEMs7E04N5RZwy8ZzVFZI6Sg2WOR2uXRkd0ONN32D3pIYv
++fXs4Y8oBdhAmboB0L8+oHiLvRd3K0IZVWsQeC02ZUxJB/X0RuBNkX8fouHxcaM
Q3XSEPrxXlQc2cAtyqXlkbk2dI5H8n9jj6U/bufLnQYaTYONBNSu1drMOGRHuwgG
sWJ3/S2mKqkBqoH5YKYfEIZUgg1mA4BjHvzPRlCLNyTlx/3dULAGIujEDrAZgBUo
OyVY2G7BQVKPwSXNb2GyxFyIcKLAG6LeToKZWbHBQx/36pLRw+OW2VMW1Gixki3L
7t7LeGW4tmUvI4dSLg42f5aPVZjkkZq6GqWGtEw3SPMCRsM0DlLF4NGz4fIgJ5pS
i1cUaLvnoy1Xaju4/NM/2sZ/glwi7ym4+bdxtJJFNUQpddE25z2Kb7NXlxK9IVuR
DJHb+AkmvUIv7HtECXR82kEGf+blLGpR5YH+izu4BAg3QBBH9swUv0OWqtKS4bub
pr5onw7berd7XAzGXsxfWakBRXXTKRaPmdOm79g5HKgB9Ex5u3I=
=5/po
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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