unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org>
To: lynnlei via Guix-patches via <guix-patches@gnu.org>
Cc: lynnlei <lynn@lynn.sh>, 73370-done@debbugs.gnu.org
Subject: bug#73370: [PATCH] Update Emacs-zig-mode to fix multi-line string bug.
Date: Tue, 15 Oct 2024 09:19:16 +0200	[thread overview]
Message-ID: <871q0hzvd7.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <6mhjoJYy4uuC6GG9yGurMh5WTxhHZxQ5f_biASncBG5wRwlGKpDAwPRdirTUzECOpRJE1PsN9UB-_LSjRQh-7FpfvBtTSIFkI70dPn6J0WE=@lynn.sh> (lynnlei via Guix-patches via's message of "Thu, 19 Sep 2024 19:50:16 +0000")

Hello,

lynnlei via Guix-patches via <guix-patches@gnu.org> writes:

> ---
> gnu/packages/emacs-xyz.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9138fefa6d..41edddbc34 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -7583,7 +7583,7 @@ (define-public emacs-zeno-theme
> (license license:gpl3+))))
>
> (define-public emacs-zig-mode
> - (let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
> + (let ((commit "f55e42536a3f34b81198b856595dc3a61867aa3e")
> (revision "0"))
> (package
> (name "emacs-zig-mode")
> @@ -7596,8 +7596,9 @@ (define-public emacs-zig-mode
> (commit commit)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0hwkkwhc5b2pzyqa2h0xw8wxijsrp1fk70fhyv8hx19shzlc4la3"))))
> + (base32 "1s0p6dijg2zdzhw2mpyajwnsx6g28swgzpy63g8yn72718rq31kn"))))
> (build-system emacs-build-system)
> + (inputs (list emacs-reformatter))

Added a proper commit message and applied your patch. Thank you!

Please use `git format-patch' when sending a patch. See manual for
details.

Regards,
-- 
Nicolas Goaziou






      reply	other threads:[~2024-10-15  7:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-19 19:50 [bug#73370] [PATCH] Update Emacs-zig-mode to fix multi-line string bug lynnlei via Guix-patches via
2024-10-15  7:19 ` Nicolas Goaziou 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=871q0hzvd7.fsf@nicolasgoaziou.fr \
    --to=guix-patches@gnu.org \
    --cc=73370-done@debbugs.gnu.org \
    --cc=lynn@lynn.sh \
    --cc=mail@nicolasgoaziou.fr \
    /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).