mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: tree-sitter-latex: Update to 0.4.0.
* gnu/packages/tree-sitter.scm (tree-sitter-latex): Update to 0.4.0. [#:get-cleanup-snippet]: Update cleanup snippet. Change-Id: Ied98f2d5c77f60f771d4d774911440a9942876f8
This commit is contained in:
parent
1b19012a3b
commit
4eb138e890
1 changed files with 9 additions and 3 deletions
|
|
@ -737,9 +737,15 @@ which will be used as a snippet in origin."
|
|||
(define-public tree-sitter-latex
|
||||
(tree-sitter-grammar
|
||||
"latex" "LaTeX"
|
||||
"0lc42x604f04x3kkp88vyqa5dx90wqyisiwl7nn861lyxl6phjnf"
|
||||
"0.3.0"
|
||||
#:repository-url "https://github.com/latex-lsp/tree-sitter-latex"))
|
||||
"18dyda7299imb6i2jnjpr7z2jdrjn804c3958nkkpxzzfhbq39h7"
|
||||
"0.4.0"
|
||||
#:repository-url "https://github.com/latex-lsp/tree-sitter-latex"
|
||||
#:get-cleanup-snippet
|
||||
(lambda _
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(delete-file "binding.gyp")
|
||||
(delete-file-recursively "bindings")))))
|
||||
|
||||
(define-public tree-sitter-lua
|
||||
(tree-sitter-grammar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue