GNU bug report logs - #44475
[PATCH] gnu: esbuild: Update to 0.8.4.

Previous Next

Package: guix-patches;

Reported by: Ryan Prior <rprior <at> protonmail.com>

Date: Fri, 6 Nov 2020 05:14:02 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#44475: closed ([PATCH] gnu: esbuild: Update to 0.8.4.)
Date: Fri, 06 Nov 2020 16:54:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 6 Nov 2020 11:52:55 -0500
with message-id <20201106165255.GB28669 <at> jasmine.lan>
and subject line Re: [bug#44475] [PATCH] gnu: esbuild: Update to 0.8.4.
has caused the debbugs.gnu.org bug report #44475,
regarding [PATCH] gnu: esbuild: Update to 0.8.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
44475: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44475
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ryan Prior <rprior <at> protonmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: esbuild: Update to 0.8.4.
Date: Fri, 06 Nov 2020 05:13:13 +0000
* gnu/packages/web.scm (esbuild): Update to 0.8.4.
---
 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 93399b3459..0e80f23bb2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1424,7 +1424,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.0")
+    (version "0.8.4")
     (source
      (origin
        (method git-fetch)
@@ -1434,7 +1434,7 @@ used to validate and fix HTML data.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17qzmadjixjivwbxbj20683j3n6igk7bx7v4k5bs2rqfvigdx2ps"))
+         "0aaqyfnl4dncrpw8n2sqkkavx7ki7i2r9pdi82pp9syql3b5495y"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.29.2




[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Ryan Prior <rprior <at> protonmail.com>,
 Ryan Prior via Guix-patches <guix-patches <at> gnu.org>
Cc: 44475-done <at> debbugs.gnu.org
Subject: Re: [bug#44475] [PATCH] gnu: esbuild: Update to 0.8.4.
Date: Fri, 6 Nov 2020 11:52:55 -0500
On Fri, Nov 06, 2020 at 05:13:13AM +0000, Ryan Prior via Guix-patches via wrote:
> * gnu/packages/web.scm (esbuild): Update to 0.8.4.

Thanks! Pushed as 27ae5ae991152be9689eb10bb68cc7677e3e1da9


This bug report was last modified 4 years and 194 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.