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


From: guix-commits
Subject: branch master updated: gnu: esbuild: Update to 0.8.37.
Date: Sun, 31 Jan 2021 06:06:23 -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 9953c4f  gnu: esbuild: Update to 0.8.37.
9953c4f is described below

commit 9953c4fa94e233c9e397d1d60e91fd4a67859bad
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Sun Jan 31 01:20:48 2021 +0000

    gnu: esbuild: Update to 0.8.37.
    
    * gnu/packages/web.scm (esbuild): Update to 0.8.37.
    
    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 8797411..2d651e6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1487,7 +1487,7 @@ used to validate and fix HTML data.")
 (define-public esbuild
   (package
     (name "esbuild")
-    (version "0.8.36")
+    (version "0.8.37")
     (source
      (origin
        (method git-fetch)
@@ -1496,7 +1496,7 @@ used to validate and fix HTML data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18k5j12dzfnj38j7acl9gqsqqnqb133c4j557c47jqx6gvpgcz5a"))
+        (base32 "0c98w2y4y9jaj2wv0334xwdbsvsi5hfh9jdkqr7ffz8lxhmh610f"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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