mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-doom-modeline: Update to 3.3.1.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.1. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
77504dddae
commit
d5ef913670
1 changed files with 3 additions and 3 deletions
|
@ -28564,7 +28564,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.2.1")
|
(version "3.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28572,14 +28572,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 "1ji15n2rdp7bjg5iq9im6c4m12k24kqp85i3n1m9npihrb4arh54"))
|
(base32 "0p728hbphfch6kmkjxm1qwxrwz6l94s3sj7wl1wc4mp82zrdsi15"))
|
||||||
(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-dash emacs-shrink-path))
|
(list emacs-all-the-icons emacs-compat emacs-dash 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue