all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49108] [PATCH] gnu: esbuild: Update to 0.12.9.
@ 2021-06-19  1:45 Ryan Prior via Guix-patches via
  2021-06-19 20:58 ` bug#49108: " Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2021-06-19  1:45 UTC (permalink / raw)
  To: 49108

* gnu/packages/web.scm (esbuild): Update to 0.12.9.
---
 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 d1f1d0f755..5be2987b74 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1596,7 +1596,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.11.14")
+    (version "0.12.9")
     (source
      (origin
        (method git-fetch)
@@ -1605,7 +1605,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qxylzc7lzpsp5hm3dl5jvy9aca8azn8dmbjz9z5n5rkdmm8vd9p"))
+        (base32 "10bz1xq2frdja7mbx04m009svg8b5rj7vfq3sc2gc88n31v21b1j"))
        (modules '((guix build utils)))
        (snippet
         '(begin
--
2.32.0






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

* bug#49108: [PATCH] gnu: esbuild: Update to 0.12.9.
  2021-06-19  1:45 [bug#49108] [PATCH] gnu: esbuild: Update to 0.12.9 Ryan Prior via Guix-patches via
@ 2021-06-19 20:58 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-06-19 20:58 UTC (permalink / raw)
  To: Ryan Prior; +Cc: 49108-done

Hello Ryan,

Ryan Prior <rprior@protonmail.com> writes:

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

Pushed as cae5f6e54bea5a43762985f3b37818079aee326b, thank you for the
patch!

Cheers,
- Brice




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

end of thread, other threads:[~2021-06-19 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-19  1:45 [bug#49108] [PATCH] gnu: esbuild: Update to 0.12.9 Ryan Prior via Guix-patches via
2021-06-19 20:58 ` bug#49108: " Brice Waegeneire

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.