[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: tree-sitter-c-sharp: Update to 0.20.0.
From: |
guix-commits |
Subject: |
03/10: gnu: tree-sitter-c-sharp: Update to 0.20.0. |
Date: |
Fri, 20 Oct 2023 04:51:49 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 58f21fda9d699a314cf03d8abb624d556119cf64
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Oct 19 23:44:29 2023 +0800
gnu: tree-sitter-c-sharp: Update to 0.20.0.
* gnu/packages/tree-sitter.scm (tree-sitter-c-sharp): Update to 0.20.0.
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/tree-sitter.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index bf96849cbf..dcb3d5506e 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -401,8 +401,8 @@ which will be used as a snippet in origin."
(define-public tree-sitter-c-sharp
(tree-sitter-grammar
"c-sharp" "C#"
- "054fmpf47cwh59gbg00sc0nl237ba4rnxi73miz39yqzcs87055r"
- "0.19.1"))
+ "0lijbi5q49g50ji00p2lb45rvd76h07sif3xjl9b31yyxwillr6l"
+ "0.20.0"))
(define-public tree-sitter-dockerfile
(tree-sitter-grammar
- 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, 2023/10/20
- 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 <=