mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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>
This commit is contained in:
parent
861e5b5221
commit
ff5508f6e7
1 changed files with 5 additions and 3 deletions
|
@ -98,16 +98,16 @@ (define-public python-tree-sitter
|
||||||
(define-public tree-sitter
|
(define-public tree-sitter
|
||||||
(package
|
(package
|
||||||
(name "tree-sitter")
|
(name "tree-sitter")
|
||||||
(version "0.20.8")
|
(version "0.20.10") ;untagged
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tree-sitter/tree-sitter")
|
(url "https://github.com/tree-sitter/tree-sitter")
|
||||||
(commit (string-append "v" version))))
|
(commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10w17lfn9asqrk612xivkx26lc620s3nnm30hhlyqd4bj19k7gyv"))
|
"1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet #~(begin
|
(snippet #~(begin
|
||||||
;; Remove bundled ICU parts
|
;; Remove bundled ICU parts
|
||||||
|
@ -175,6 +175,7 @@ (define-public tree-sitter-cli
|
||||||
;; good compromise compared to maintaining two different sets of
|
;; good compromise compared to maintaining two different sets of
|
||||||
;; grammars (Guix packages vs test fixtures).
|
;; grammars (Guix packages vs test fixtures).
|
||||||
"--skip=tests::corpus_test"
|
"--skip=tests::corpus_test"
|
||||||
|
"--skip=tests::github_issue_test"
|
||||||
"--skip=tests::highlight_test"
|
"--skip=tests::highlight_test"
|
||||||
"--skip=tests::node_test"
|
"--skip=tests::node_test"
|
||||||
"--skip=tests::parser_test"
|
"--skip=tests::parser_test"
|
||||||
|
@ -196,6 +197,7 @@ (define-public tree-sitter-cli
|
||||||
("rust-dirs" ,rust-dirs-3)
|
("rust-dirs" ,rust-dirs-3)
|
||||||
("rust-html-escape" ,rust-html-escape-0.2)
|
("rust-html-escape" ,rust-html-escape-0.2)
|
||||||
("rust-libloading" ,rust-libloading-0.7)
|
("rust-libloading" ,rust-libloading-0.7)
|
||||||
|
("rust-path-slash" ,rust-path-slash-0.2)
|
||||||
("rust-rand" ,rust-rand-0.8)
|
("rust-rand" ,rust-rand-0.8)
|
||||||
("rust-rustc-hash" ,rust-rustc-hash-1)
|
("rust-rustc-hash" ,rust-rustc-hash-1)
|
||||||
("rust-semver" ,rust-semver-1)
|
("rust-semver" ,rust-semver-1)
|
||||||
|
|
Loading…
Reference in a new issue