gnu: tree-sitter-go: Update to 0.20.0.
* gnu/packages/tree-sitter.scm (tree-sitter-go): Update to 0.20.0. Signed-off-by: Andrew Tropin <andrew@trop.in>
parent
82aa989d82
commit
b1194546b1
|
@ -441,14 +441,10 @@ which will be used as a snippet in origin."
|
||||||
#:repository-url "https://github.com/camdencheek/tree-sitter-go-mod.git"))
|
#:repository-url "https://github.com/camdencheek/tree-sitter-go-mod.git"))
|
||||||
|
|
||||||
(define-public tree-sitter-go
|
(define-public tree-sitter-go
|
||||||
;; There are a lot of additions, the last tag was placed more than 1 year ago
|
|
||||||
(let ((commit "64457ea6b73ef5422ed1687178d4545c3e91334a")
|
|
||||||
(revision "0"))
|
|
||||||
(tree-sitter-grammar
|
(tree-sitter-grammar
|
||||||
"go" "Go"
|
"go" "Go"
|
||||||
"16d32m78y8jricba9xav35c9y0k2r29irj5xyqgq24323yln9jnz"
|
"0wlhwcdlaj74japyn8wjza0fbwckqwbqv8iyyqdk0a5jf047rdqv"
|
||||||
(git-version "0.19.1" revision commit)
|
"0.20.0"))
|
||||||
#:commit commit)))
|
|
||||||
|
|
||||||
(define-public tree-sitter-haskell
|
(define-public tree-sitter-haskell
|
||||||
;; There are a lot of additions, the last tag was placed more than 4 years ago
|
;; There are a lot of additions, the last tag was placed more than 4 years ago
|
||||||
|
|
Reference in New Issue