[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/21: gnu: esbuild: Update to 0.8.36.
From: |
guix-commits |
Subject: |
02/21: gnu: esbuild: Update to 0.8.36. |
Date: |
Thu, 28 Jan 2021 15:08:13 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 8a488d689509005d8d95ede1fb2d35167faa4749
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Wed Jan 27 05:21:54 2021 +0000
gnu: esbuild: Update to 0.8.36.
* gnu/packages/web.scm (esbuild): Update to 0.8.36.
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 16c99af..1fe393c 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.32")
+ (version "0.8.36")
(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 "17aa269dq0gsm4nlhh1q2mj6k8mw6v8ig3nygwk3s07l2xl5gqvn"))
+ (base32 "18k5j12dzfnj38j7acl9gqsqqnqb133c4j557c47jqx6gvpgcz5a"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (c2538db -> d889c96), guix-commits, 2021/01/28
- 04/21: gnu: libgdiplus: Update to 6.0.5., guix-commits, 2021/01/28
- 02/21: gnu: esbuild: Update to 0.8.36.,
guix-commits <=
- 03/21: gnu: libfprint: Update to 1.90.7., guix-commits, 2021/01/28
- 05/21: gnu: dnsmasq: Update to 2.84., guix-commits, 2021/01/28
- 06/21: gnu: xfce4-genmon-plugin: Update to 4.1.1., guix-commits, 2021/01/28
- 01/21: gnu: git-annex: Update to 8.20210127., guix-commits, 2021/01/28
- 10/21: gnu: xcb-imdkit: Update to 1.0.2., guix-commits, 2021/01/28
- 07/21: gnu: libcap-ng: Update to 0.8.2., guix-commits, 2021/01/28
- 11/21: gnu: libime: Update to 1.0.3., guix-commits, 2021/01/28
- 12/21: gnu: fcitx5: Update to 5.0.4., guix-commits, 2021/01/28
- 08/21: gnu: gusb: Update to 0.3.5., guix-commits, 2021/01/28
- 09/21: gnu: fcitx5-configtool: Fix indentation., guix-commits, 2021/01/28