GNU bug report logs -
#46743
[PATCH] gnu: esbuild: Update to 0.8.51.
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.