unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52155] [PATCH] gnu: esbuild: Update to 0.14.0.
@ 2021-11-28  5:44 Ryan Prior via Guix-patches via
  2021-11-28 13:14 ` Jelle Licht
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Prior via Guix-patches via @ 2021-11-28  5:44 UTC (permalink / raw)
  To: 52155

* gnu/packages/web.scm (esbuild): Update to 0.14.0.
---
 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 0c5e191018..829ca0ac47 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1654,7 +1654,7 @@ (module "tidy")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.12.28")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -1663,7 +1663,7 @@ (define-public esbuild
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rjsbqshkx930cw07v63g4blzbd9zcm6jbb5yv9k86i59gprh8s8"))
+        (base32 "09r1xy0kk6c9cpz6q0mxr4why373pwxbm439z2ihq3k1d5kk7x4w"))
        (modules '((guix build utils)))
        (snippet
         '(begin
--
2.33.1






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

end of thread, other threads:[~2021-11-28 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-28  5:44 [bug#52155] [PATCH] gnu: esbuild: Update to 0.14.0 Ryan Prior via Guix-patches via
2021-11-28 13:14 ` Jelle Licht
2021-11-28 15:57   ` Ryan Prior via Guix-patches via

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