GNU bug report logs -
#45546
[PATCH] gnu: esbuild: Update to 0.8.27.
Previous Next
Reported by: Ryan Prior <rprior <at> protonmail.com>
Date: Wed, 30 Dec 2020 04:13: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
* gnu/packages/web.scm (esbuild): Update to 0.8.27.
---
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 b706e1d216..6a6f5f306b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1486,7 +1486,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.26")
+ (version "0.8.27")
(source
(origin
(method git-fetch)
@@ -1495,7 +1495,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0zw68mgmmicbkvx7s22knvm8nng5qn41b1chn35prhkla3kx1jn1"))
+ (base32 "1n9h6r3q6mik7p5j0cyybh1sdcllig0awbryrx28r03cxv4ip2ij"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.29.2
This bug report was last modified 4 years and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.