mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-17 15:50:31 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user