mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 13:10:33 +02:00
gnu: tree-sitter-ron: Update to 0.2.0-0.7893855.
* gnu/packages/tree-sitter.scm (tree-sitter-ron): Update to 0.2.0-0.7893855. Change-Id: I6d1159b8c16cfc07e8ed14a2d98bd8cec6611805
This commit is contained in:
@@ -575,12 +575,15 @@ which will be used as a snippet in origin."
|
||||
#$(tree-sitter-delete-generated-files grammar-directories)))))
|
||||
|
||||
(define-public tree-sitter-ron
|
||||
(tree-sitter-grammar
|
||||
"ron" "RON"
|
||||
"1la5v0nig3xp1z2v3sj36hb7wkkjch46dmxf457px7ly43x4cb83"
|
||||
"0.2.0"
|
||||
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-ron"
|
||||
#:license (list license:asl2.0 license:expat)))
|
||||
(let ((commit "78938553b93075e638035f624973083451b29055")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"ron" "RON"
|
||||
"13f8a5sfvyrizkl0szh2yaslmvjk91s97yb2abrdh74a0pl217aa"
|
||||
(git-version "0.2.0" revision commit)
|
||||
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-ron"
|
||||
#:commit commit
|
||||
#:license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public tree-sitter-ruby
|
||||
;; There are a lot of additions, the last tag was placed more than 1 year ago
|
||||
|
||||
Reference in New Issue
Block a user