* [bug#64430] [PATCH] gnu: Add tree-sitter-cmake.
@ 2023-07-03 7:12 Hilton Chain via Guix-patches via
2023-08-20 11:48 ` [bug#64430] [PATCH v2] " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-03 7:12 UTC (permalink / raw)
To: 64430; +Cc: Hilton Chain
* gnu/packages/tree-sitter.scm (tree-sitter-cmake): New variable.
---
gnu/packages/tree-sitter.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 22bf419a71..58492e74f6 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -358,6 +358,13 @@ (define-public tree-sitter-cpp
#:commit commit
#:inputs (list tree-sitter-c))))
+(define-public tree-sitter-cmake
+ (tree-sitter-grammar
+ "cmake" "CMake"
+ "0i8vsvkkas1fnn35na68gq5xq2y3xvhv2bk9q6x8c1bzsqm6rcsa"
+ "0.4.0"
+ #:repository-url "https://github.com/uyha/tree-sitter-cmake"))
+
(define-public tree-sitter-elixir
;; No tags at all, version in the source code is 0.19.0
(let ((commit "b20eaa75565243c50be5e35e253d8beb58f45d56")
base-commit: 08649cfcd41bc78ba4df0609798461816dda9496
--
2.40.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#64430] [PATCH v2] gnu: Add tree-sitter-cmake.
2023-07-03 7:12 [bug#64430] [PATCH] gnu: Add tree-sitter-cmake Hilton Chain via Guix-patches via
@ 2023-08-20 11:48 ` Hilton Chain via Guix-patches via
2023-08-27 4:12 ` bug#64430: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-20 11:48 UTC (permalink / raw)
To: 64430; +Cc: Hilton Chain
* gnu/packages/tree-sitter.scm (tree-sitter-cmake): New variable.
---
V1 -> V2: Version 0.4.0->0.4.1.
gnu/packages/tree-sitter.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 117c2acb0c..ce12cbac4f 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -358,6 +358,13 @@ (define-public tree-sitter-cpp
#:commit commit
#:inputs (list tree-sitter-c))))
+(define-public tree-sitter-cmake
+ (tree-sitter-grammar
+ "cmake" "CMake"
+ "1z49jdachwxwbzrrapskpi2kxq3ydihfj45ab9892gbamfij2zp5"
+ "0.4.1"
+ #:repository-url "https://github.com/uyha/tree-sitter-cmake"))
+
(define-public tree-sitter-elixir
;; No tags at all, version in the source code is 0.19.0
(let ((commit "b20eaa75565243c50be5e35e253d8beb58f45d56")
base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#64430: [PATCH v2] gnu: Add tree-sitter-cmake.
2023-08-20 11:48 ` [bug#64430] [PATCH v2] " Hilton Chain via Guix-patches via
@ 2023-08-27 4:12 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-27 4:12 UTC (permalink / raw)
To: 64430-done
On Sun, 20 Aug 2023 19:48:25 +0800,
Hilton Chain wrote:
>
> * gnu/packages/tree-sitter.scm (tree-sitter-cmake): New variable.
> ---
>
> V1 -> V2: Version 0.4.0->0.4.1.
Applied as 5856e185a3d4f47e27dfd064a231b3a1d44a6494, closing.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-27 4:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03 7:12 [bug#64430] [PATCH] gnu: Add tree-sitter-cmake Hilton Chain via Guix-patches via
2023-08-20 11:48 ` [bug#64430] [PATCH v2] " Hilton Chain via Guix-patches via
2023-08-27 4:12 ` bug#64430: " Hilton Chain via Guix-patches via
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.