unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: Z572 <873216071@qq.com>
Cc: 64125-done@debbugs.gnu.org
Subject: bug#64125: [PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable.
Date: Sun, 20 Aug 2023 23:10:29 +0800	[thread overview]
Message-ID: <87jztphhqy.wl-hako@ultrarare.space> (raw)
In-Reply-To: <tencent_9EDCA4E4AFD667332D35298BE82F5707B205@qq.com>

Hi,

On Sat, 17 Jun 2023 18:05:15 +0800,
Z572 via Guix-patches via wrote:
>
> ---
>  gnu/packages/tree-sitter.scm | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
> index 3e17d47a7a..f1724cb287 100644
> --- a/gnu/packages/tree-sitter.scm
> +++ b/gnu/packages/tree-sitter.scm
> @@ -4,6 +4,7 @@
>  ;;; Copyright © 2022 muradm <mail@muradm.net>
>  ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
>  ;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
> +;;; Copyright @ 2023 Zheng Junjie <873216071@qq.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -460,6 +461,18 @@ (define-public tree-sitter-markdown-gfm
>     "0.7.1"
>     #:repository-url "https://github.com/ikatyang/tree-sitter-markdown"))
>
> +(define-public tree-sitter-meson
> +  ;; tag 1.2 is Aug 24,2022  this commit is Feb 28,2023
> +  (let ((commit "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1")
> +        (revision "0"))
> +    (tree-sitter-grammar
> +     "meson" "Meson"
> +     "1rn7r76h65d41354czyccm59d1j9nzybcrjvjh934lpr59qrw61m"
> +     (git-version "1.2" revision commit)
> +     #:repository-url "https://github.com/Decodetalkers/tree-sitter-meson"
> +     #:commit commit
> +     #:license license:expat)))
> +
>  (define-public tree-sitter-org
>    ;; There are a lot of additions, the last tag was placed a while ago
>    (let ((commit "081179c52b3e8175af62b9b91dc099d010c38770")
>
> base-commit: 52f2980fa3feaf6e59b9e5144391faf8feb52a87
> --
> 2.40.1

Applied as 78748c619a533bd23a8fc55e2a705ed23567c72e with "@" changed
to "©".  Thanks!




      reply	other threads:[~2023-08-20 15:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 10:05 [bug#64125] [PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable Z572 via Guix-patches via
2023-08-20 15:10 ` Hilton Chain via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87jztphhqy.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=64125-done@debbugs.gnu.org \
    --cc=873216071@qq.com \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).