hako pushed a commit to branch master
in repository guix.
commit 8b9807489a98df5cfc1e84a7caa6b3d12f33e612
Author: Hilton Chain <[email protected]>
AuthorDate: Fri Nov 22 10:46:34 2024 +0800
gnu: emacs-zig-mode: Update to 0.0.8-2.f0b4a48.
* gnu/packages/emacs-xyz.scm (emacs-zig-mode): Update to 0.0.8-2.f0b4a48.
[arguments]<#:test-command>: Update test command.
Change-Id: I86eb683db49ed4018518d6fd5bb5584cb5c97960
---
gnu/packages/emacs-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 14baf656c6..65563bec24 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7799,8 +7799,8 @@ Emacs, inspired by @code{Dracula} theme.")
(license license:gpl3+))))
(define-public emacs-zig-mode
- (let ((commit "f55e42536a3f34b81198b856595dc3a61867aa3e")
- (revision "1"))
+ (let ((commit "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")
+ (revision "2"))
(package
(name "emacs-zig-mode")
(version (git-version "0.0.8" revision commit))
@@ -7812,7 +7812,7 @@ Emacs, inspired by @code{Dracula} theme.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1s0p6dijg2zdzhw2mpyajwnsx6g28swgzpy63g8yn72718rq31kn"))))
+ (base32 "1cm4wvddvqyjhlp7wngls1lapsiq1n14qgi1ygiq3w2vryg96s1v"))))
(build-system emacs-build-system)
(arguments
(list
@@ -7820,6 +7820,7 @@ Emacs, inspired by @code{Dracula} theme.")
#:emacs emacs
#:test-command #~(list "emacs" "--batch"
"-l" "zig-mode.el"
+ "-l" "test/zig-tests.el"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs (list emacs-reformatter))
(home-page "https://github.com/ziglang/zig-mode/")