unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45168] [PATCH] gnu: esbuild: Update to 0.8.21.
@ 2020-12-11  3:59 Ryan Prior via Guix-patches via
  2020-12-11 18:02 ` bug#45168: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-12-11  3:59 UTC (permalink / raw)
  To: 45168

* gnu/packages/web.scm (esbuild): Update to 0.8.21.
---
 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 4fc52245fb..dc93e93a24 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1505,7 +1505,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.19")
+    (version "0.8.21")
     (source
      (origin
        (method git-fetch)
@@ -1514,7 +1514,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19y4g0wjkvrqzl4ngnlkb1giqjyx35gwz4zfk8pw4szsy85z6mli"))
+        (base32 "1gkh3ka7gfdqvzymj6vh9w2d0cp7n2vih42y7ghg7y8x6ry4c6mi"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.29.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45168: [PATCH] gnu: esbuild: Update to 0.8.21.
  2020-12-11  3:59 [bug#45168] [PATCH] gnu: esbuild: Update to 0.8.21 Ryan Prior via Guix-patches via
@ 2020-12-11 18:02 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-12-11 18:02 UTC (permalink / raw)
  To: Ryan Prior; +Cc: 45168-done

Hi,

Ryan Prior <rprior@protonmail.com> skribis:

> * gnu/packages/web.scm (esbuild): Update to 0.8.21.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-11 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  3:59 [bug#45168] [PATCH] gnu: esbuild: Update to 0.8.21 Ryan Prior via Guix-patches via
2020-12-11 18:02 ` bug#45168: " Ludovic Courtès

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).