GNU bug report logs -
#45644
[PATCH] gnu: esbuild: Update to 0.8.29.
Previous Next
Reported by: Ryan Prior <rprior <at> protonmail.com>
Date: Mon, 4 Jan 2021 01:48:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 3 Jan 2021 20:56:14 -0500
with message-id <X/J1vu/GBTP9DKhH <at> jasmine.lan>
and subject line Re: [bug#45644] [PATCH] gnu: esbuild: Update to 0.8.29.
has caused the debbugs.gnu.org bug report #45644,
regarding [PATCH] gnu: esbuild: Update to 0.8.29.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
45644: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45644
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/web.scm (esbuild): Update to 0.8.29.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index cef1028d34..aa6464767c 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.27")
+ (version "0.8.29")
(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 "1n9h6r3q6mik7p5j0cyybh1sdcllig0awbryrx28r03cxv4ip2ij"))
+ (base32 "142gc21aaqmx0d01vmqsg7zi85pjgi3higr4ba0m52qf3mvxd6as"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.29.2
[Message part 3 (message/rfc822, inline)]
On Mon, Jan 04, 2021 at 01:47:34AM +0000, Ryan Prior via Guix-patches via wrote:
> * gnu/packages/web.scm (esbuild): Update to 0.8.29.
Thanks! Pushed as ad2469ec86357b1a46dd63dcd17d5831969d5270.
By the way, your patches show that they are authored by "Ryan Prior via
Guix-patches via <guix-patches <at> gnu.org>". Is that the correct email
address?
This bug report was last modified 4 years and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.