Message ID | 20201124053559.12603-1-rprior@protonmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#44812] gnu: esbuild: Update to 0.8.13. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
Hello,
Ryan Prior via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/web.scm (esbuild): Update to 0.8.13.
Applied. Thank you.
Regards,
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