gnu: emacs-doom-modeline: Update to 4.0.1.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.0.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
parent
6fa7ed0411
commit
4b72bd264a
|
@ -34049,7 +34049,7 @@ contributed packages to Telega.")))
|
||||||
(define-public emacs-doom-modeline
|
(define-public emacs-doom-modeline
|
||||||
(package
|
(package
|
||||||
(name "emacs-doom-modeline")
|
(name "emacs-doom-modeline")
|
||||||
(version "3.4.0")
|
(version "4.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -34057,14 +34057,14 @@ contributed packages to Telega.")))
|
||||||
(url "https://github.com/seagle0128/doom-modeline")
|
(url "https://github.com/seagle0128/doom-modeline")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1z5cqn33v7sjihs05ycz1yzi5wcg90yn3cy09qj9g5g8pjs8qdki"))
|
(base32 "0pwfmj01cqij84dig5qj86n7f4cva5mdjqahr0061byrlv9xrpzb"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-command '("ert-runner")))
|
`(#:test-command '("ert-runner")))
|
||||||
(native-inputs (list emacs-ert-runner))
|
(native-inputs (list emacs-ert-runner))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-all-the-icons emacs-compat emacs-dash emacs-shrink-path))
|
(list emacs-nerd-icons emacs-compat emacs-shrink-path))
|
||||||
(synopsis "Fancy and fast mode-line inspired by minimalism design")
|
(synopsis "Fancy and fast mode-line inspired by minimalism design")
|
||||||
(description "Doom modeline is a complete modeline for GNU Emacs inspired
|
(description "Doom modeline is a complete modeline for GNU Emacs inspired
|
||||||
by the Doom theme collection. This modeline features support for mode-specific
|
by the Doom theme collection. This modeline features support for mode-specific
|
||||||
|
|
Reference in New Issue