GNU bug report logs - #46743
[PATCH] gnu: esbuild: Update to 0.8.51.

Previous Next

Package: guix-patches;

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

Date: Wed, 24 Feb 2021 04:51:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Ryan Prior <rprior <at> protonmail.com>
Subject: bug#46743: closed (Re: [bug#46743] [PATCH] gnu: esbuild: Update
 to 0.8.51.)
Date: Wed, 24 Feb 2021 13:57:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46743: [PATCH] gnu: esbuild: Update to 0.8.51.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46743 <at> debbugs.gnu.org.

-- 
46743: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46743
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Ryan Prior via Guix-patches via <guix-patches <at> gnu.org>
Cc: 46743-done <at> debbugs.gnu.org, Ryan Prior <rprior <at> protonmail.com>
Subject: Re: [bug#46743] [PATCH] gnu: esbuild: Update to 0.8.51.
Date: Wed, 24 Feb 2021 14:56:31 +0100
Hello,

Ryan Prior via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/web.scm (esbuild): Update to 0.8.51.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Ryan Prior <rprior <at> protonmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: esbuild: Update to 0.8.51.
Date: Wed, 24 Feb 2021 04:50:06 +0000
* gnu/packages/web.scm (esbuild): Update to 0.8.51.
---
 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 e4ba0d5bf9..f8b86cacd9 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.47")
+    (version "0.8.51")
     (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 "1gq50sx40qr22w0iy09rdcy1y9nmqpc3impwmyk5zi4z0hl9id0h"))
+        (base32 "1j4qza2chng3az1h1fh9zbhxh99q7bfrqbgppyyq5947svi8fvaz"))
        (modules '((guix build utils)))
        (snippet
         '(begin
--
2.30.1





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

Previous Next


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