This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e01867a9a gnu: emacs-doom-modeline: Update to 4.2.1.
8e01867a9a is described below

commit 8e01867a9a7fea87057983e4014172f45b27ec7b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 16:16:15 2025 +0100

    gnu: emacs-doom-modeline: Update to 4.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.2.1.
    [propagated-inputs]: Reorder alphabetically.
    
    Change-Id: I437b24633dd0d175928d08f5be0a01c96508e2c8
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5fff8792b3..30b22a5b03 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40368,7 +40368,7 @@ contributed packages to Telega.")))
 (define-public emacs-doom-modeline
   (package
     (name "emacs-doom-modeline")
-    (version "4.0.0")
+    (version "4.2.1")
     (source
      (origin
        (method git-fetch)
@@ -40376,12 +40376,12 @@ contributed packages to Telega.")))
              (url "https://github.com/seagle0128/doom-modeline";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1yhz32rfks48a40cczfzmdhzjh9ng8w96g7id7rnagnsn2b2lqzg"))
+        (base32 "1v0jm217sx4bjjp60ipqzdqh4vj7rcqbpz43ph3n2cj886gybh7b"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (native-inputs (list emacs-ert-runner))
     (propagated-inputs
-     (list emacs-nerd-icons emacs-compat emacs-shrink-path))
+     (list emacs-compat emacs-nerd-icons emacs-shrink-path))
     (synopsis "Fancy and fast mode-line inspired by minimalism design")
     (description "Doom modeline is a complete modeline for GNU Emacs inspired
 by the Doom theme collection.  This modeline features support for mode-specific

Reply via email to