[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64905] [PATCH v2 8/8] gnu: tree-sitter-go: Update to 0.20.0.
From: |
Hilton Chain |
Subject: |
[bug#64905] [PATCH v2 8/8] gnu: tree-sitter-go: Update to 0.20.0. |
Date: |
Fri, 28 Jul 2023 01:17:15 +0800 |
* gnu/packages/tree-sitter.scm (tree-sitter-go): Update to 0.20.0.
---
gnu/packages/tree-sitter.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 70df68c873..0f8918f22d 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -409,14 +409,10 @@ (define-public tree-sitter-gomod
#: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)))
+ (tree-sitter-grammar
+ "go" "Go"
+ "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
--
2.41.0
- [bug#64905] [PATCH 05/10] gnu: tree-sitter-javascript: Update to 0.20.0-14.7a29d06., (continued)
- [bug#64905] [PATCH 05/10] gnu: tree-sitter-javascript: Update to 0.20.0-14.7a29d06., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH 07/10] gnu: tree-sitter-python: Update to 0.20.3., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH 09/10] gnu: tree-sitter-go: Update to 0.20.0., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH 10/10] gnu: tree-sitter-cpp: Update to 0.20.2., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH 08/10] gnu: tree-sitter-c: Update to 0.20.4., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 0/8] Update tree-sitter{, -{c{, pp, -sharp}, go, java, {java, type}script, python}},, Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 2/8] gnu: tree-sitter: Update to 0.20.10., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 1/8] gnu: Add rust-path-slash-0.2., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 3/8] gnu: tree-sitter-c-sharp: Update to 0.20.0., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 5/8] gnu: tree-sitter-typescript: Update to 0.20.2., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 8/8] gnu: tree-sitter-go: Update to 0.20.0.,
Hilton Chain <=
- [bug#64905] [PATCH v2 6/8] gnu: tree-sitter-python: Update to 0.20.3., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 7/8] gnu: tree-sitter-cpp: Update to 0.20.2., Hilton Chain, 2023/07/27
- [bug#64905] [PATCH v2 4/8] gnu: tree-sitter-java: Update to 0.20.1., Hilton Chain, 2023/07/27