mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: esbuild: Update to 0.8.27.
* gnu/packages/web.scm (esbuild): Update to 0.8.27. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
9d6863de24
commit
d598e43f03
1 changed files with 2 additions and 2 deletions
|
@ -1487,7 +1487,7 @@ (module "tidy")
|
|||
(define-public esbuild
|
||||
(package
|
||||
(name "esbuild")
|
||||
(version "0.8.26")
|
||||
(version "0.8.27")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1496,7 +1496,7 @@ (define-public esbuild
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zw68mgmmicbkvx7s22knvm8nng5qn41b1chn35prhkla3kx1jn1"))
|
||||
(base32 "1n9h6r3q6mik7p5j0cyybh1sdcllig0awbryrx28r03cxv4ip2ij"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue