gnu: emacs-doom-modeline: Update to 3.2.0.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.2.0.
This commit is contained in:
parent
13e011d8b4
commit
6e825d9afd
1 changed files with 2 additions and 2 deletions
|
@ -26075,7 +26075,7 @@ (define-public emacs-telega-contrib
|
|||
(define-public emacs-doom-modeline
|
||||
(package
|
||||
(name "emacs-doom-modeline")
|
||||
(version "3.1.1")
|
||||
(version "3.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -26083,7 +26083,7 @@ (define-public emacs-doom-modeline
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1dkgh87sv25mdlzdfihp6gp0asvwplx9yrn7nfsqzsfc3kpajkck"))
|
||||
"1gfkaxga919a1a19dhpbby95l8dixb1278g5d7iadjf2i3j0p3l0"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue