unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71062] [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.
@ 2024-05-18 19:51 Solomon Victorino via Guix-patches via
  2024-05-21 16:29 ` bug#71062: " Solomon via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Solomon Victorino via Guix-patches via @ 2024-05-18 19:51 UTC (permalink / raw)
  To: 71062; +Cc: Solomon Victorino

* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.22.6.
* gnu/packages/tree-sitter.scm (tree-sitter-cli)[cargo-inputs]: Add rust-ctrlc-3.
---
 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 7515461993..f8df49757b 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.22.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/tree-sitter/tree-sitter")
-                    (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
+                "0nx3kmvbhjf6nq1pv6x85z67dkk5kagh90w1cwxh0pvg7608l44c"))
               (modules '((guix build utils)))
               (snippet #~(begin
                            ;; Remove bundled ICU parts
@@ -194,6 +194,7 @@ (define-public tree-sitter-cli
         ("rust-anyhow" ,rust-anyhow-1)
         ("rust-atty" ,rust-atty-0.2)
         ("rust-clap" ,rust-clap-2)
+        ("rust-ctrlc" ,rust-ctrlc-3)
         ("rust-difference" ,rust-difference-2)
         ("rust-dirs" ,rust-dirs-3)
         ("rust-html-escape" ,rust-html-escape-0.2)
-- 
2.45.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71062: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.
  2024-05-18 19:51 [bug#71062] [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6 Solomon Victorino via Guix-patches via
@ 2024-05-21 16:29 ` Solomon via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Solomon via Guix-patches via @ 2024-05-21 16:29 UTC (permalink / raw)
  To: 71062-close

My bad, this is not a complete patch for tree-sitter;
the CLI and grammars aren't building.

Closing as a duplicate of #70146, which was much further along.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-21 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 19:51 [bug#71062] [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6 Solomon Victorino via Guix-patches via
2024-05-21 16:29 ` bug#71062: " Solomon via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).