mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
c6ed9bd30d
commit
561781e33d
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue