gnu: esbuild: Update to 0.11.14.
* gnu/package/web.scm (esbuild): Update to 0.11.14. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
5461efe81f
commit
d34371c92b
1 changed files with 2 additions and 2 deletions
|
@ -1554,7 +1554,7 @@ used to validate and fix HTML data.")
|
||||||
(define-public esbuild
|
(define-public esbuild
|
||||||
(package
|
(package
|
||||||
(name "esbuild")
|
(name "esbuild")
|
||||||
(version "0.11.12")
|
(version "0.11.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1563,7 +1563,7 @@ used to validate and fix HTML data.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mxj4mrq1zbvv25alnc3s36bhnnhghivgwp45a7m3cp1389ffcd1"))
|
(base32 "0qxylzc7lzpsp5hm3dl5jvy9aca8azn8dmbjz9z5n5rkdmm8vd9p"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue