mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: tree-sitter: Update to 0.20.8.
* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.20.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
6f19d7001b
commit
23bc492dca
@@ -38,7 +38,7 @@
|
||||
(define-public tree-sitter
|
||||
(package
|
||||
(name "tree-sitter")
|
||||
(version "0.20.7")
|
||||
(version "0.20.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -47,7 +47,7 @@
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nv2a2hr22w8ix71b6rkkxv9rfvhvwlmyql0g6lva9qzj4vy50p4"))
|
||||
"10w17lfn9asqrk612xivkx26lc620s3nnm30hhlyqd4bj19k7gyv"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet #~(begin
|
||||
;; Remove bundled ICU parts
|
||||
|
||||
Reference in New Issue
Block a user