[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64905] [PATCH v5 07/10] gnu: tree-sitter-cpp: Update to 0.20.3.
From: |
Hilton Chain |
Subject: |
[bug#64905] [PATCH v5 07/10] gnu: tree-sitter-cpp: Update to 0.20.3. |
Date: |
Thu, 19 Oct 2023 23:44:33 +0800 |
* gnu/packages/tree-sitter.scm (tree-sitter-cpp): Update to 0.20.3.
(tree-sitter-c): Update to 0.20.6.
---
gnu/packages/tree-sitter.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 44cb13bbc8..ca15b3aa89 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -369,19 +369,15 @@ (define-public tree-sitter-css
(define-public tree-sitter-c
(tree-sitter-grammar
"c" "C"
- "1w03r4l773ki4iq2xxsc2pqxf3pjsbybq3xq4glmnsihgylibn8v"
- "0.20.2"))
+ "00mhz2rz98pxssgyhm0iymgcb8cbv8slsf3nmfgyjhfchpmb9n6z"
+ "0.20.6"))
(define-public tree-sitter-cpp
- ;; There are a lot of additions, the last tag was placed more than 1 year ago
- (let ((commit "56cec4c2eb5d6af3d2942e69e35db15ae2433740")
- (revision "0"))
(tree-sitter-grammar
"cpp" "C++"
- "0c5iwg9j6naivvr18glfp095x32nfl9hbw0q02rhh1b59fkpjs09"
- (git-version "0.20.0" revision commit)
- #:commit commit
- #:inputs (list tree-sitter-c))))
+ "0fsb6la0da3azh7m9p1w3w079bpg6074dy8jisjw1yq1w1r9grxy"
+ "0.20.3"
+ #:inputs (list tree-sitter-c)))
(define-public tree-sitter-cmake
(tree-sitter-grammar
--
2.41.0
- [bug#64905] [PATCH v5 00/10] Update tree-sitter{, -{c{, pp, -sharp}, go, {java, type}script, python}},, Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 01/10] gnu: tree-sitter: Update to 0.20.10., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 02/10] gnu: tree-sitter-bash: Update to 0.20.4., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 04/10] gnu: tree-sitter-javascript: Update to 0.20.0-22.f772967., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 03/10] gnu: tree-sitter-c-sharp: Update to 0.20.0., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 06/10] gnu: tree-sitter-python: Update to 0.20.4., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 07/10] gnu: tree-sitter-cpp: Update to 0.20.3.,
Hilton Chain <=
- [bug#64905] [PATCH v5 05/10] gnu: tree-sitter-typescript: Update to 0.20.3., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 08/10] gnu: tree-sitter-go: Update to 0.20.0., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 10/10] gnu: tree-sitter: Re-indent., Hilton Chain, 2023/10/19
- [bug#64905] [PATCH v5 09/10] gnu: tree-sitter-rust: Update to 0.20.4., Hilton Chain, 2023/10/19
- bug#64905: [PATCH v5 00/10] Update tree-sitter{, -{c{, pp, -sharp}, go, {java, type}script, python}},, Andrew Tropin, 2023/10/20