[PATCH] gnu: esbuild: Update to 0.8.47.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal

Debbugs page

Ryan Prior wrote 4 years ago
(address . guix-patches@gnu.org)
20210218052401.706-1-rprior@protonmail.com
* gnu/packages/web.scm (esbuild): Update to 0.8.47.
---
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 d55e3ac70c..e4ba0d5bf9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1479,7 +1479,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.46")
+ (version "0.8.47")
(source
(origin
(method git-fetch)
@@ -1488,7 +1488,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00mfw812ssvlflzy9rbxbn2srlyzwix2kjv0gbaqv9qazi7vrgdl"))
+ (base32 "1gq50sx40qr22w0iy09rdcy1y9nmqpc3impwmyk5zi4z0hl9id0h"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.30.1
宋文武 wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 46612-done@debbugs.gnu.org)
OSZP286MB066426E076C9BC432A6082E1A3859@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM
Ryan Prior <rprior@protonmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/web.scm (esbuild): Update to 0.8.47.

Done, thank you!
Closed
?
Your comment

This issue is archived.

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

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