* [bug#45249] [PATCH] gnu: esbuild: Update to 0.8.23.
@ 2020-12-15 5:44 Ryan Prior via Guix-patches via
2020-12-15 8:10 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-12-15 5:44 UTC (permalink / raw)
To: 45249
* gnu/packages/web.scm (esbuild): Update to 0.8.23.
---
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 55157443d1..f7d9d72df2 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.21")
+ (version "0.8.23")
(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 "1gkh3ka7gfdqvzymj6vh9w2d0cp7n2vih42y7ghg7y8x6ry4c6mi"))
+ (base32 "0lrz685hdhx4cyxbslacg5x2xvm8zd1a5kjg4b7q10i5w56wb5xc"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#45249] [PATCH] gnu: esbuild: Update to 0.8.23.
2020-12-15 5:44 [bug#45249] [PATCH] gnu: esbuild: Update to 0.8.23 Ryan Prior via Guix-patches via
@ 2020-12-15 8:10 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-15 8:10 UTC (permalink / raw)
To: 45249; +Cc: 45249-done
On Tue, Dec 15, 2020 at 05:44:28AM +0000, Ryan Prior via Guix-patches via wrote:
> * gnu/packages/web.scm (esbuild): Update to 0.8.23.
Thanks! Pushed as 980013c5034ae16f36d7c54ef546e76afc96d790
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-15 8:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-15 5:44 [bug#45249] [PATCH] gnu: esbuild: Update to 0.8.23 Ryan Prior via Guix-patches via
2020-12-15 8:10 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).