[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: esbuild: Update to 0.8.15.
From: |
guix-commits |
Subject: |
branch master updated: gnu: esbuild: Update to 0.8.15. |
Date: |
Thu, 26 Nov 2020 12:59:35 -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 2c11cf1 gnu: esbuild: Update to 0.8.15.
2c11cf1 is described below
commit 2c11cf1b91b07ed8c00b5525ab6a75e81f5cc289
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Thu Nov 26 05:07:09 2020 +0000
gnu: esbuild: Update to 0.8.15.
* gnu/packages/web.scm (esbuild): Update to 0.8.15.
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 4ba0ac4..8459413 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1424,7 +1424,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
- (version "0.8.14")
+ (version "0.8.15")
(source
(origin
(method git-fetch)
@@ -1433,7 +1433,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0hv6qgkdp5jhb3s3088xgahgddnivb6gc13gjsvjqz5clhscy81d"))
+ (base32 "1b8ibxx1imh7jaspi3b36kpmijc06viv49ms7fml20yc0br2qbwj"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: esbuild: Update to 0.8.15.,
guix-commits <=