[PATCH] gnu: esbuild: Update to 0.8.40.

  • 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)
20210204052712.2000-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.8.40.
---
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 2d651e6983..a369bc9557 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.37")
+ (version "0.8.40")
(source
(origin
(method git-fetch)
@@ -1496,7 +1496,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0c98w2y4y9jaj2wv0334xwdbsvsi5hfh9jdkqr7ffz8lxhmh610f"))
+ (base32 "0zlfxaj1c9cdr2v1ghg7q098rc18ngbffhssw98c4mb6lnqcgmn0"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.30.0
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 46289@debbugs.gnu.org

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