[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: tree-sitter-go: Update to 0.20.0.
From: |
guix-commits |
Subject: |
08/10: gnu: tree-sitter-go: Update to 0.20.0. |
Date: |
Fri, 20 Oct 2023 04:51:50 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit b1194546b122a11e5a5977d7eda1198f916d7441
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Oct 19 23:44:34 2023 +0800
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>
---
gnu/packages/tree-sitter.scm | 8 ++------
1 file 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
- branch master updated (861e5b5221 -> e5f34b6777), guix-commits, 2023/10/20
- 05/10: gnu: tree-sitter-typescript: Update to 0.20.3., guix-commits, 2023/10/20
- 06/10: gnu: tree-sitter-python: Update to 0.20.4., guix-commits, 2023/10/20
- 04/10: gnu: tree-sitter-javascript: Update to 0.20.0-22.f772967., guix-commits, 2023/10/20
- 07/10: gnu: tree-sitter-cpp: Update to 0.20.3., guix-commits, 2023/10/20
- 10/10: gnu: tree-sitter: Re-indent., guix-commits, 2023/10/20
- 02/10: gnu: tree-sitter-bash: Update to 0.20.4., guix-commits, 2023/10/20
- 01/10: gnu: tree-sitter: Update to 0.20.10., guix-commits, 2023/10/20
- 08/10: gnu: tree-sitter-go: Update to 0.20.0.,
guix-commits <=
- 09/10: gnu: tree-sitter-rust: Update to 0.20.4., guix-commits, 2023/10/20
- 03/10: gnu: tree-sitter-c-sharp: Update to 0.20.0., guix-commits, 2023/10/20