mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: tree-sitter-typescript: Update to 0.20.3.
* gnu/packages/tree-sitter.scm (tree-sitter-typescript): Update to 0.20.3. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
f5b7910fe5
commit
aa44def3bc
1 changed files with 2 additions and 2 deletions
|
@ -344,8 +344,8 @@ (define-public tree-sitter-javascript
|
|||
(define-public tree-sitter-typescript
|
||||
(tree-sitter-grammar
|
||||
"typescript" "TypeScript and TSX"
|
||||
"07fl9d968lal0aqj4f0n16p3n94cjkgfp54wynfr8gbdkjss5v5x"
|
||||
"0.20.1"
|
||||
"08k785q3cy8byrb3zrg93mfidnj1pcx1ggm1xhd8rgmfs2v6jns5"
|
||||
"0.20.3"
|
||||
#:inputs (list tree-sitter-javascript)
|
||||
#:grammar-directories '("typescript" "tsx")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue