gnu: emacs-doom-modeline: Update to 3.3.2.

* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.2.
This commit is contained in:
Nicolas Goaziou 2022-11-11 11:04:37 +01:00
parent ceaff4eb29
commit 28de3f4063
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30107,7 +30107,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.3.1") (version "3.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -30115,7 +30115,7 @@ 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 "0p728hbphfch6kmkjxm1qwxrwz6l94s3sj7wl1wc4mp82zrdsi15")) (base32 "1v24hiqs4zbq613vanixgng9cx697di63jpafpmjlsripjfvk1qp"))
(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