unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73370] [PATCH] Update Emacs-zig-mode to fix multi-line string bug.
@ 2024-09-19 19:50 lynnlei via Guix-patches via
  2024-10-15  7:19 ` bug#73370: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: lynnlei via Guix-patches via @ 2024-09-19 19:50 UTC (permalink / raw)
  To: 73370

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

---
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))
(arguments
(list
#:tests? #t
-- 2.46.0

[-- Attachment #2: Type: text/html, Size: 2500 bytes --]

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

end of thread, other threads:[~2024-10-15  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` bug#73370: " Nicolas Goaziou 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).