emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45644: closed ([PATCH] gnu: esbuild: Update to 0.8.29.)


From: GNU bug Tracking System
Subject: bug#45644: closed ([PATCH] gnu: esbuild: Update to 0.8.29.)
Date: Mon, 04 Jan 2021 01:57:02 +0000

Your message dated Sun, 3 Jan 2021 20:56:14 -0500
with message-id <X/J1vu/GBTP9DKhH@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@gnu.org.)


-- 
45644: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45644
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: esbuild: Update to 0.8.29. Date: Mon, 04 Jan 2021 01:47:34 +0000
* 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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#45644] [PATCH] gnu: esbuild: Update to 0.8.29. Date: Sun, 3 Jan 2021 20:56:14 -0500
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@gnu.org>". Is that the correct email
address?


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]