summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f79136bb65..9166fe30013 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28564,7 +28564,7 @@ contributed packages to Telega.")))
28564(define-public emacs-doom-modeline 28564(define-public emacs-doom-modeline
28565 (package 28565 (package
28566 (name "emacs-doom-modeline") 28566 (name "emacs-doom-modeline")
28567 (version "3.2.1") 28567 (version "3.3.1")
28568 (source 28568 (source
28569 (origin 28569 (origin
28570 (method git-fetch) 28570 (method git-fetch)
@@ -28572,14 +28572,14 @@ contributed packages to Telega.")))
28572 (url "https://github.com/seagle0128/doom-modeline") 28572 (url "https://github.com/seagle0128/doom-modeline")
28573 (commit (string-append "v" version)))) 28573 (commit (string-append "v" version))))
28574 (sha256 28574 (sha256
28575 (base32 "1ji15n2rdp7bjg5iq9im6c4m12k24kqp85i3n1m9npihrb4arh54")) 28575 (base32 "0p728hbphfch6kmkjxm1qwxrwz6l94s3sj7wl1wc4mp82zrdsi15"))
28576 (file-name (git-file-name name version)))) 28576 (file-name (git-file-name name version))))
28577 (build-system emacs-build-system) 28577 (build-system emacs-build-system)
28578 (arguments 28578 (arguments
28579 `(#:test-command '("ert-runner"))) 28579 `(#:test-command '("ert-runner")))
28580 (native-inputs (list emacs-ert-runner)) 28580 (native-inputs (list emacs-ert-runner))
28581 (propagated-inputs 28581 (propagated-inputs
28582 (list emacs-all-the-icons emacs-dash emacs-shrink-path)) 28582 (list emacs-all-the-icons emacs-compat emacs-dash emacs-shrink-path))
28583 (synopsis "Fancy and fast mode-line inspired by minimalism design") 28583 (synopsis "Fancy and fast mode-line inspired by minimalism design")
28584 (description "Doom modeline is a complete modeline for GNU Emacs inspired 28584 (description "Doom modeline is a complete modeline for GNU Emacs inspired
28585by the Doom theme collection. This modeline features support for mode-specific 28585by the Doom theme collection. This modeline features support for mode-specific