GNU bug report logs -
#66590
[PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 25 Oct 2023 11:52:57 +0200
with message-id <87msw7xc3q.fsf <at> gnu.org>
and subject line Re: [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
has caused the debbugs.gnu.org bug report #66590,
regarding [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
66590: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66590
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.0.1.
---
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 bb8c25f9b5..f91c73571e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33894,7 +33894,7 @@ (define-public emacs-telega-contrib
(define-public emacs-doom-modeline
(package
(name "emacs-doom-modeline")
- (version "3.4.0")
+ (version "4.0.1")
(source
(origin
(method git-fetch)
@@ -33902,14 +33902,14 @@ (define-public emacs-doom-modeline
(url "https://github.com/seagle0128/doom-modeline")
(commit (string-append "v" version))))
(sha256
- (base32 "1z5cqn33v7sjihs05ycz1yzi5wcg90yn3cy09qj9g5g8pjs8qdki"))
+ (base32 "0pwfmj01cqij84dig5qj86n7f4cva5mdjqahr0061byrlv9xrpzb"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
`(#:test-command '("ert-runner")))
(native-inputs (list emacs-ert-runner))
(propagated-inputs
- (list emacs-all-the-icons emacs-compat emacs-dash emacs-shrink-path))
+ (list emacs-nerd-icons emacs-compat 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
base-commit: 0e467b7b0bc02860f2819e4eaf74f5cdae7e2cd1
--
2.41.0
[Message part 3 (message/rfc822, inline)]
> * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.0.1.
Applied, thanks,
Mathieu
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.