GNU bug report logs -
#73370
[PATCH] Update Emacs-zig-mode to fix multi-line string bug.
Previous Next
Reported by: lynnlei <lynn <at> lynn.sh>
Date: Thu, 19 Sep 2024 20:05:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
lynnlei via Guix-patches via <guix-patches <at> 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
This bug report was last modified 221 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.