guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: esbuild: Update to 0.8.43.


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.8.43.
Date: Thu, 11 Feb 2021 06:20:04 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ecbcbd5  gnu: esbuild: Update to 0.8.43.
ecbcbd5 is described below

commit ecbcbd535959db4d7358b27a08d2e307366c8ef1
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Thu Feb 4 05:27:18 2021 +0000

    gnu: esbuild: Update to 0.8.43.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.43.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 916c98d..4345905 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1478,7 +1478,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.37")
+    (version "0.8.43")
     (source
      (origin
        (method git-fetch)
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c98w2y4y9jaj2wv0334xwdbsvsi5hfh9jdkqr7ffz8lxhmh610f"))
+        (base32 "0ab8xpbh39nvrq1302qld692i4xy2mgynk6hjkwhlrziybj74njp"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]