mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02: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 @@ Emacs, inspired by @code{Dracula} theme.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-zig-mode
|
(define-public emacs-zig-mode
|
||||||
(let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
|
(let ((commit "f55e42536a3f34b81198b856595dc3a61867aa3e")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-zig-mode")
|
(name "emacs-zig-mode")
|
||||||
(version (git-version "0.0.8" revision commit))
|
(version (git-version "0.0.8" revision commit))
|
||||||
|
@ -7702,7 +7702,7 @@ Emacs, inspired by @code{Dracula} theme.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hwkkwhc5b2pzyqa2h0xw8wxijsrp1fk70fhyv8hx19shzlc4la3"))))
|
(base32 "1s0p6dijg2zdzhw2mpyajwnsx6g28swgzpy63g8yn72718rq31kn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7711,6 +7711,7 @@ Emacs, inspired by @code{Dracula} theme.")
|
||||||
#:test-command #~(list "emacs" "--batch"
|
#:test-command #~(list "emacs" "--batch"
|
||||||
"-l" "zig-mode.el"
|
"-l" "zig-mode.el"
|
||||||
"-f" "ert-run-tests-batch-and-exit")))
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
|
(propagated-inputs (list emacs-reformatter))
|
||||||
(home-page "https://github.com/ziglang/zig-mode/")
|
(home-page "https://github.com/ziglang/zig-mode/")
|
||||||
(synopsis "Zig mode for Emacs")
|
(synopsis "Zig mode for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue