gnu: emacs-doom-modeline: Update to 2.8.0.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 2.8.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
312ec128af
commit
17f88b9c01
1 changed files with 2 additions and 2 deletions
|
@ -20018,7 +20018,7 @@ (define-public emacs-telega
|
|||
(define-public emacs-doom-modeline
|
||||
(package
|
||||
(name "emacs-doom-modeline")
|
||||
(version "2.7.3")
|
||||
(version "2.8.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -20026,7 +20026,7 @@ (define-public emacs-doom-modeline
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"16qlakgbwwjfr013g0cly4js4v9cfhxb8fn7zmn124f788m22357"))
|
||||
"12zksk0rwpgpdc00km3z0hmc8wm1j1r8lbwn4kivniw56mgy0n22"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue