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:
Nicolas Goaziou 2021-06-13 00:42:39 +02:00
parent 13e011d8b4
commit 6e825d9afd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26075,7 +26075,7 @@ (define-public emacs-telega-contrib
(define-public emacs-doom-modeline (define-public emacs-doom-modeline
(package (package
(name "emacs-doom-modeline") (name "emacs-doom-modeline")
(version "3.1.1") (version "3.2.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -26083,7 +26083,7 @@ (define-public emacs-doom-modeline
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1dkgh87sv25mdlzdfihp6gp0asvwplx9yrn7nfsqzsfc3kpajkck")) "1gfkaxga919a1a19dhpbby95l8dixb1278g5d7iadjf2i3j0p3l0"))
(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