* [bug#74147] [PATCH] gnu: tree-sitter: Update to 0.24.3.
@ 2024-10-31 22:02 Doğan Çeçen
2024-10-31 22:02 ` [bug#74148] [PATCH 1/1] " Doğan Çeçen
0 siblings, 1 reply; 2+ messages in thread
From: Doğan Çeçen @ 2024-10-31 22:02 UTC (permalink / raw)
To: 74147
Cc: Doğan Çeçen, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
This is needed to update neovim to a newer version.
Doğan Çeçen (1):
gnu: tree-sitter: Update to 0.24.3.
gnu/packages/tree-sitter.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
prerequisite-patch-id: 92d7009719a2df665b401eb25ee08f8d276be4bb
prerequisite-patch-id: 20902e145fdee43b599da928d596390abaa69805
--
2.46.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [bug#74148] [PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.
2024-10-31 22:02 [bug#74147] [PATCH] gnu: tree-sitter: Update to 0.24.3 Doğan Çeçen
@ 2024-10-31 22:02 ` Doğan Çeçen
0 siblings, 0 replies; 2+ messages in thread
From: Doğan Çeçen @ 2024-10-31 22:02 UTC (permalink / raw)
To: 74148
Cc: Doğan Çeçen, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.24.3.
Change-Id: I0f9ae92283af6d4f9ff03d92b263a5d322bf4524
---
gnu/packages/tree-sitter.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 2f6e6809d7..c5cb1911b8 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -99,16 +99,16 @@ (define-public python-tree-sitter
(define-public tree-sitter
(package
(name "tree-sitter")
- (version "0.20.10") ;untagged
+ (version "0.24.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tree-sitter/tree-sitter")
- (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
+ (commit "v0.24.3")))
(file-name (git-file-name name version))
(sha256
(base32
- "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
+ "1pn1k2ch14y48718l7s21rz5alqgdw1bis25r9x4rm6zac7kiy6q"))
(modules '((guix build utils)))
(snippet #~(begin
;; Remove bundled ICU parts
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-31 22:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 22:02 [bug#74147] [PATCH] gnu: tree-sitter: Update to 0.24.3 Doğan Çeçen
2024-10-31 22:02 ` [bug#74148] [PATCH 1/1] " Doğan Çeçen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.