[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: tree-sitter: Update to 0.20.10.
From: |
guix-commits |
Subject: |
01/10: gnu: tree-sitter: Update to 0.20.10. |
Date: |
Fri, 20 Oct 2023 04:51:48 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit ff5508f6e73ff8ef902e91d45b7a65231318739c
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Oct 19 23:44:27 2023 +0800
gnu: tree-sitter: Update to 0.20.10.
* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.20.10.
(tree-sitter-cli)[arguments]<#:cargo-test-flags>: Skip github_issue_test.
<#:cargo-inputs>: Add rust-path-slash-0.2.
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/tree-sitter.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 009f2edeef..12cc880b29 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -98,16 +98,16 @@ Tree-sitter parsing library.")
(define-public tree-sitter
(package
(name "tree-sitter")
- (version "0.20.8")
+ (version "0.20.10") ;untagged
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tree-sitter/tree-sitter")
- (commit (string-append "v" version))))
+ (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
(file-name (git-file-name name version))
(sha256
(base32
- "10w17lfn9asqrk612xivkx26lc620s3nnm30hhlyqd4bj19k7gyv"))
+ "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
(modules '((guix build utils)))
(snippet #~(begin
;; Remove bundled ICU parts
@@ -175,6 +175,7 @@ This package includes the @code{libtree-sitter} runtime
library.")
;; good compromise compared to maintaining two different sets of
;; grammars (Guix packages vs test fixtures).
"--skip=tests::corpus_test"
+ "--skip=tests::github_issue_test"
"--skip=tests::highlight_test"
"--skip=tests::node_test"
"--skip=tests::parser_test"
@@ -196,6 +197,7 @@ This package includes the @code{libtree-sitter} runtime
library.")
("rust-dirs" ,rust-dirs-3)
("rust-html-escape" ,rust-html-escape-0.2)
("rust-libloading" ,rust-libloading-0.7)
+ ("rust-path-slash" ,rust-path-slash-0.2)
("rust-rand" ,rust-rand-0.8)
("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-semver" ,rust-semver-1)
- 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 <=
- 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, 2023/10/20