[PATCH] gnu: esbuild: Update to 0.8.42.

  • Done
  • quality assurance status badge
Details
3 participants
  • Efraim Flashner
  • Tobias Geerinckx-Rice
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal

Debbugs page

Ryan Prior wrote 4 years ago
(address . guix-patches@gnu.org)
20210206060352.32516-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.8.42.
---
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 224a33940c..bdb0f70357 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1478,7 +1478,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.40")
+ (version "0.8.42")
(source
(origin
(method git-fetch)
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0zlfxaj1c9cdr2v1ghg7q098rc18ngbffhssw98c4mb6lnqcgmn0"))
+ (base32 "1zlh4nb5j6c8lysywf2dr80mblg9xb43ka315f1fqjksnv9rs70z"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.30.0
Tobias Geerinckx-Rice wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 46338@debbugs.gnu.org)(address . guix-patches@gnu.org)
877dnlxz5h.fsf@nckx
Ryan,

Ryan Prior via Guix-patches via 写道:
Toggle quote (2 lines)
> * gnu/packages/web.scm (esbuild): Update to 0.8.42.

Thanks! Dependents build fine so I'll push this to master if you
confirm that's the intention. esbuild's still @0.8.37 there.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYB5wyg0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15mjMBALdxYaf0NTvn+fmelUTw/RXqT0dpmTTzBzHPeITK
3zVaAQDXo/J+8x/kYj520CtdHASxfhNyVYbj4lOP7D0eVigwDg==
=UY2i
-----END PGP SIGNATURE-----

Efraim Flashner wrote 4 years ago
Re: [bug#46418] [PATCH] gnu: esbuild: Update to 0.8.43.
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 46418-done@debbugs.gnu.org)(address . 46289-done@debbugs.gnu.org)(address . 46338-done@debbugs.gnu.org)
YCUS1OZserEzhvG9@3900XT
I squashed all the other updates into this one and pushed it.

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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAlEtMACgkQQarn3Mo9
g1HRKQ/+NgzAk8oAxg8DrA4LpTmLS1z7pqEMMIumKGC4P7ujAwV32aWEzYx5oVeX
2gnnM/UL82vGIe3dg6BvM1usu4EoqDJr/hKRqltzKHYVWBN44kzCdHIIy3vDMdv+
rXSZlMNBLPcNqqScH0kU8TpRjmBFGfcO3eO5hr2dyADDDfXRN3efBtIuXYXEkPhc
dwKsdP1EE8b1iTcCRGeUEwnV/PkVaos3PTVP6KkzvjNRvz7D3gJschrJor5zLmzf
cSBlj1CydGWLbXt1HL9FxbMzVvgxpFv+mimArYB+XRBdATgjhpKj6xgejSq4z2ZF
oRBdsqQlYRoVjxljzGQiR85+qyMzid3EMKFlXq+enqOto+VSSVn6yo0U/94pGQ63
hiWPWK79AescWMJSUwyGCcAmcoun+XQ9vQtFT1ILrKnQ+Q7F12LhcEe+mtM7eFfG
7ZZf1F3mlhd7b0UO7U4kYoeWPqep0S+C/JTWle19JuAoNwWyQ0RPCt25yo4BHDNs
xlJaqWynd5LJR8JJkPXW4nNEfxTvmD8u28viOoYAJLgW/vGkCTTzzWXw+WE7FyGJ
p70Fe/+2KacLIBaDpT8u01q7trYoKyyBtk7Z8NBW3I2DKRSr96orbBJyjlZ8Cb6A
za57EM8o6buzks5Equ4tGqu1cR+TGcXocrNrtW70XN67TBqIOTg=
=3w4C
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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