gnu: emacs-zig-mode: Update to 0.0.8-1.f55e425.

* gnu/packages/emacs-xyz.scm (emacs-zig-mode): Update to 0.0.8-1.f55e425.
[propagated-inputs]: Add EMACS-REFORMATTER.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Ic3a493d691e1bb6ca6f4572829999584450a84df
This commit is contained in:
lynnlei 2024-10-15 09:00:24 +02:00 committed by Nicolas Goaziou
parent c6ed9bd30d
commit 561781e33d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7689,8 +7689,8 @@ (define-public emacs-zeno-theme
(license license:gpl3+))))
(define-public emacs-zig-mode
(let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
(revision "0"))
(let ((commit "f55e42536a3f34b81198b856595dc3a61867aa3e")
(revision "1"))
(package
(name "emacs-zig-mode")
(version (git-version "0.0.8" revision commit))
@ -7702,7 +7702,7 @@ (define-public emacs-zig-mode
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0hwkkwhc5b2pzyqa2h0xw8wxijsrp1fk70fhyv8hx19shzlc4la3"))))
(base32 "1s0p6dijg2zdzhw2mpyajwnsx6g28swgzpy63g8yn72718rq31kn"))))
(build-system emacs-build-system)
(arguments
(list
@ -7711,6 +7711,7 @@ (define-public emacs-zig-mode
#:test-command #~(list "emacs" "--batch"
"-l" "zig-mode.el"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs (list emacs-reformatter))
(home-page "https://github.com/ziglang/zig-mode/")
(synopsis "Zig mode for Emacs")
(description