GNU bug report logs -
#77949
[PATCH 0/3] Break utf8proc dependency cycle and update neovim to 0.11.0
Previous Next
Reported by: John Khoo <johnkhootf <at> gmail.com>
Date: Mon, 21 Apr 2025 05:50:01 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 77949 <at> debbugs.gnu.org (full text, mbox):
Am Montag, dem 21.04.2025 um 13:53 +0800 schrieb John Khoo:
> * gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.25.3.
>
> Change-Id: I5428c1fc180af0a391286f2bcb2ee48746885486
> ---
> gnu/packages/tree-sitter.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-
> sitter.scm
> index 19e32f53f1..3ef30b3490 100644
> --- a/gnu/packages/tree-sitter.scm
> +++ b/gnu/packages/tree-sitter.scm
> @@ -7,6 +7,7 @@
> ;;; Copyright © 2023, 2024 Nicolas Graves <ngraves <at> ngraves.fr>
> ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
> ;;; Copyright © 2023, 2024 Raven Hallsby <karl <at> hallsby.com>
> +;;; Copyright © 2025 John Khoo <johnkhootf <at> gmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -101,16 +102,16 @@ (define-public python-tree-sitter
> (define-public tree-sitter
> (package
> (name "tree-sitter")
> - (version "0.20.10") ;untagged
> + (version "0.25.3") ;untagged
This is not untagged.
> (source (origin
> (method git-fetch)
> (uri (git-reference
> (url
> "https://github.com/tree-sitter/tree-sitter")
> - (commit
> "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
> + (commit "v0.25.3")))
Use (string-append "v" version)
> (file-name (git-file-name name version))
> (sha256
> (base32
> -
> "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
> +
> "0cck2wa17figxww7lb508sgwy9sbyqj89vxci07hiscr5sgdx9y5"))
> (modules '((guix build utils)))
> (snippet #~(begin
> ;; Remove bundled ICU parts
Cheers
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.