GNU bug report logs - #73370
[PATCH] Update Emacs-zig-mode to fix multi-line string bug.

Previous Next

Package: guix-patches;

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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: lynnlei <lynn <at> lynn.sh>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] Update Emacs-zig-mode to fix multi-line string bug.
Date: Thu, 19 Sep 2024 19:50:16 +0000
[Message part 1 (text/plain, inline)]
---
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
[Message part 2 (text/html, inline)]

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.