diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-10-19 23:44:34 +0800 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-10-20 12:41:03 +0400 |
commit | b1194546b122a11e5a5977d7eda1198f916d7441 (patch) | |
tree | 06ff1a6c7010a88eaec4b5a7e93bf9700c32ae90 /gnu | |
parent | 82aa989d823e17a2909dacc77fe7ba6fd0eb52c7 (diff) | |
download | guix-b1194546b122a11e5a5977d7eda1198f916d7441.tar.gz guix-b1194546b122a11e5a5977d7eda1198f916d7441.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tree-sitter.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index ca15b3aa89..e96f844cd7 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -441,14 +441,10 @@ which will be used as a snippet in origin." #:repository-url "https://github.com/camdencheek/tree-sitter-go-mod.git")) (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 "go" "Go" - "16d32m78y8jricba9xav35c9y0k2r29irj5xyqgq24323yln9jnz" - (git-version "0.19.1" revision commit) - #:commit commit))) + "0wlhwcdlaj74japyn8wjza0fbwckqwbqv8iyyqdk0a5jf047rdqv" + "0.20.0")) (define-public tree-sitter-haskell ;; There are a lot of additions, the last tag was placed more than 4 years ago |