* [bug#44812] [PATCH] gnu: esbuild: Update to 0.8.12.
@ 2020-11-23 4:09 Ryan Prior via Guix-patches via
2020-11-24 5:36 ` [bug#44812] [PATCH] gnu: esbuild: Update to 0.8.13 Ryan Prior via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-11-23 4:09 UTC (permalink / raw)
To: 44812
* gnu/packages/web.scm (esbuild): Update to 0.8.12.
Update home-page.
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 47dd0fea9a..ac5424d77d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1424,7 +1424,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.11")
+ (version "0.8.12")
(source
(origin
(method git-fetch)
@@ -1434,7 +1434,7 @@ used to validate and fix HTML data.")
(file-name (git-file-name name version))
(sha256
(base32
- "18cp68jds8cq58hpcwh85cgvh5vlkjfdcpwqp5h754065j896rr3"))
+ "17igj68ynz6wv5l31qp9yjypgn377xjifla22fajlhnhdmrj3ngy"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1457,7 +1457,7 @@ used to validate and fix HTML data.")
`(("golang.org/x/sys" ,go-golang-org-x-sys)))
(native-inputs
`(("github.com/kylelemons/godebug" ,go-github-com-kylelemons-godebug)))
- (home-page "https://github.com/evanw/esbuild")
+ (home-page "https://esbuild.github.io/")
(synopsis "Bundler and minifier tool for JavaScript and TypeScript")
(description
"The esbuild tool provides a unified bundler, transpiler and
--
2.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#44812] [PATCH] gnu: esbuild: Update to 0.8.13.
2020-11-23 4:09 [bug#44812] [PATCH] gnu: esbuild: Update to 0.8.12 Ryan Prior via Guix-patches via
@ 2020-11-24 5:36 ` Ryan Prior via Guix-patches via
2020-11-24 13:10 ` bug#44812: " Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-11-24 5:36 UTC (permalink / raw)
To: 44812
* gnu/packages/web.scm (esbuild): Update to 0.8.13.
---
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 ac5424d77d..fee91130f7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1424,7 +1424,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.12")
+ (version "0.8.13")
(source
(origin
(method git-fetch)
@@ -1434,7 +1434,7 @@ used to validate and fix HTML data.")
(file-name (git-file-name name version))
(sha256
(base32
- "17igj68ynz6wv5l31qp9yjypgn377xjifla22fajlhnhdmrj3ngy"))
+ "01fxl8zcl33db1lsf26dddqb75gldvxg8jmqmls9isv982pii5mw"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-11-24 13:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-23 4:09 [bug#44812] [PATCH] gnu: esbuild: Update to 0.8.12 Ryan Prior via Guix-patches via
2020-11-24 5:36 ` [bug#44812] [PATCH] gnu: esbuild: Update to 0.8.13 Ryan Prior via Guix-patches via
2020-11-24 13:10 ` bug#44812: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.