GNU bug report logs -
#45377
[PATCH] gnu: esbuild: Update to 0.8.26.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Wed, 23 Dec 2020 10:51:04 +0000
with message-id <87czz0bxt3.fsf <at> cbaines.net>
and subject line Re: [bug#45377] [PATCH] gnu: esbuild: Update to 0.8.26.
has caused the debbugs.gnu.org bug report #45377,
regarding [PATCH] gnu: esbuild: Update to 0.8.26.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.