GNU bug report logs -
#50612
[PATCH 0/2] Update esbuild & x/sys dependency
Previous Next
Reported by: Ryan Prior <rprior <at> protonmail.com>
Date: Thu, 16 Sep 2021 01:20:02 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
* gnu/packages/web.scm (esbuild): Update to 0.14.0.
---
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 0c5e191018..829ca0ac47 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1654,7 +1654,7 @@ (module "tidy")
(define-public esbuild
(package
(name "esbuild")
- (version "0.12.28")
+ (version "0.14.0")
(source
(origin
(method git-fetch)
@@ -1663,7 +1663,7 @@ (define-public esbuild
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rjsbqshkx930cw07v63g4blzbd9zcm6jbb5yv9k86i59gprh8s8"))
+ (base32 "09r1xy0kk6c9cpz6q0mxr4why373pwxbm439z2ihq3k1d5kk7x4w"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.33.1
This bug report was last modified 3 years and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.