[PATCH] gnu: emacs-doom-modeline: Update to 2.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 5 years ago
(address . guix-patches@gnu.org)
87k17cj061.fsf@posteo.net
From e2c6bd90c0ed12315dd93d3baf106533df67c2e0 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Tue, 3 Dec 2019 19:21:35 -0600
Subject: [PATCH] gnu: emacs-doom-modeline: Update to 2.8.0.

* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 2.8.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ddd25ffb36..e2b242db75 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20018,7 +20018,7 @@ platform for GNU Emacs.")
(define-public emacs-doom-modeline
(package
(name "emacs-doom-modeline")
- (version "2.7.3")
+ (version "2.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -20026,7 +20026,7 @@ platform for GNU Emacs.")
(commit (string-append "v" version))))
(sha256
(base32
- "16qlakgbwwjfr013g0cly4js4v9cfhxb8fn7zmn124f788m22357"))
+ "12zksk0rwpgpdc00km3z0hmc8wm1j1r8lbwn4kivniw56mgy0n22"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
--
2.24.0
Ricardo Wurmus wrote 5 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 38481-done@debbugs.gnu.org)
87o8woeci2.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From e2c6bd90c0ed12315dd93d3baf106533df67c2e0 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Tue, 3 Dec 2019 19:21:35 -0600
> Subject: [PATCH] gnu: emacs-doom-modeline: Update to 2.8.0.
>
> * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 2.8.0.

Thank you! Applied and pushed.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38481@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38481
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help