mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: esbuild: Update to 0.8.51.
* gnu/packages/web.scm (esbuild): Update to 0.8.51. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ac2ff1ba69
commit
0d0c76b946
1 changed files with 2 additions and 2 deletions
|
@ -1479,7 +1479,7 @@ (module "tidy")
|
|||
(define-public esbuild
|
||||
(package
|
||||
(name "esbuild")
|
||||
(version "0.8.47")
|
||||
(version "0.8.51")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1488,7 +1488,7 @@ (define-public esbuild
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gq50sx40qr22w0iy09rdcy1y9nmqpc3impwmyk5zi4z0hl9id0h"))
|
||||
(base32 "1j4qza2chng3az1h1fh9zbhxh99q7bfrqbgppyyq5947svi8fvaz"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue