GNU bug report logs - #45377
[PATCH] gnu: esbuild: Update to 0.8.26.

Previous Next

Package: guix-patches;

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

Date: Wed, 23 Dec 2020 02:09:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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#45377: closed (Re: [bug#45377] [PATCH] gnu: esbuild: Update
 to 0.8.26.)
Date: Wed, 23 Dec 2020 10:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45377: [PATCH] gnu: esbuild: Update to 0.8.26.

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 45377 <at> debbugs.gnu.org.

-- 
45377: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45377
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Ryan Prior <rprior <at> protonmail.com>
Cc: 45377-done <at> debbugs.gnu.org
Subject: Re: [bug#45377] [PATCH] gnu: esbuild: Update to 0.8.26.
Date: Wed, 23 Dec 2020 10:51:04 +0000
[Message part 3 (text/plain, inline)]
Ryan Prior via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/web.scm (esbuild): Update to 0.8.26.
> ---
>  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 bd1e7eccaa..cb04d95575 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -1485,7 +1485,7 @@ used to validate and fix HTML data.")
>  (define-public esbuild
>    (package
>      (name "esbuild")
> -    (version "0.8.24")
> +    (version "0.8.26")
>      (source
>       (origin
>         (method git-fetch)
> @@ -1494,7 +1494,7 @@ used to validate and fix HTML data.")
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "14n67p9h70v26nfgnjxipj8v9dn0sbdy5gahz8v7720m80bxfdic"))
> +        (base32 "0zw68mgmmicbkvx7s22knvm8nng5qn41b1chn35prhkla3kx1jn1"))
>         (modules '((guix build utils)))
>         (snippet
>          '(begin

Thanks! Pushed to master as 882485832f6bf9da0415ea3b81a5060fcc68c216.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ryan Prior <rprior <at> protonmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: esbuild: Update to 0.8.26.
Date: Wed, 23 Dec 2020 02:07:49 +0000
* gnu/packages/web.scm (esbuild): Update to 0.8.26.
---
 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 bd1e7eccaa..cb04d95575 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1485,7 +1485,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.24")
+    (version "0.8.26")
     (source
      (origin
        (method git-fetch)
@@ -1494,7 +1494,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14n67p9h70v26nfgnjxipj8v9dn0sbdy5gahz8v7720m80bxfdic"))
+        (base32 "0zw68mgmmicbkvx7s22knvm8nng5qn41b1chn35prhkla3kx1jn1"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.29.2





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

Previous Next


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