1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

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
This commit is contained in:
Hilton Chain 2024-11-22 10:46:34 +08:00
parent 83c6fa286a
commit 8b9807489a
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -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/")