unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69425] [PATCH] gnu: Add tree-sitter-ungrammar.
@ 2024-02-27 13:06 Paul A. Patience
  2024-03-27 14:45 ` bug#69425: " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2024-02-27 13:06 UTC (permalink / raw)
  To: 69425; +Cc: Paul A. Patience

* gnu/packages/tree-sitter.scm (tree-sitter-ungrammar): New variable.

Change-Id: I162e1ffe692aaf0b81080e4df239bba10da477ed
---
 gnu/packages/tree-sitter.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 41257d42f1..b0850af69b 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -526,6 +526,18 @@ (define-public tree-sitter-rust
    "1pk4mb3gh62xk0qlhxa8ihhxvnf7grrcchwg2xv99yy6yb3yh26b"
    "0.20.4"))
 
+(define-public tree-sitter-ungrammar
+  ;; No releases yet.
+  (let ((commit "debd26fed283d80456ebafa33a06957b0c52e451")
+        (revision "0"))
+    (tree-sitter-grammar
+     "ungrammar" "Ungrammar"
+     "09bbml1v1m6a9s9y9q1p2264ghf3fhb6kca1vj3qm19yq87xrnvy"
+     (git-version "0.0.2" revision commit)
+     #:article "an"
+     #:commit commit
+     #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-ungrammar")))
+
 (define-public tree-sitter-clojure
   (tree-sitter-grammar
    "clojure" "Clojure"

base-commit: 4b60a39aa5d3c10aada9a0be2ed1579e19bd118d
-- 
2.41.0






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

* bug#69425: [PATCH] gnu: Add tree-sitter-ungrammar.
  2024-02-27 13:06 [bug#69425] [PATCH] gnu: Add tree-sitter-ungrammar Paul A. Patience
@ 2024-03-27 14:45 ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-27 14:45 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 69425-done

Hello again,

On Tue, 27 Feb 2024 21:06:33 +0800,
Paul A. Patience wrote:
>
> * gnu/packages/tree-sitter.scm (tree-sitter-ungrammar): New variable.
>
> Change-Id: I162e1ffe692aaf0b81080e4df239bba10da477ed
> ---
>  gnu/packages/tree-sitter.scm | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

Applied as cd82bf824e7a2edfd3a62ded5d1f54d2f8dcc3ab, thanks!




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

end of thread, other threads:[~2024-03-27 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 13:06 [bug#69425] [PATCH] gnu: Add tree-sitter-ungrammar Paul A. Patience
2024-03-27 14:45 ` bug#69425: " Hilton Chain 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).