Archived
1
0
Fork 0

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:
Brett Gilio 2019-12-03 20:26:46 -06:00 committed by Ricardo Wurmus
parent 312ec128af
commit 17f88b9c01
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20018,7 +20018,7 @@ platform for GNU Emacs.")
(define-public emacs-doom-modeline (define-public emacs-doom-modeline
(package (package
(name "emacs-doom-modeline") (name "emacs-doom-modeline")
(version "2.7.3") (version "2.8.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -20026,7 +20026,7 @@ platform for GNU Emacs.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"16qlakgbwwjfr013g0cly4js4v9cfhxb8fn7zmn124f788m22357")) "12zksk0rwpgpdc00km3z0hmc8wm1j1r8lbwn4kivniw56mgy0n22"))
(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