all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 66590@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
Date: Tue, 17 Oct 2023 11:58:59 +0200	[thread overview]
Message-ID: <e665f0c0f91664975069d133b370f7a4be467009.1697536739.git.csantosb@inventati.org> (raw)

* 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





             reply	other threads:[~2023-10-17 10:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17  9:58 Cayetano Santos via Guix-patches via [this message]
2023-10-20  9:28 ` [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1 Christopher Baines
2023-10-20 14:47   ` Cayetano Santos via Guix-patches via
2023-10-24  6:47     ` Cayetano Santos via Guix-patches via
2023-10-25  9:52 ` bug#66590: " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e665f0c0f91664975069d133b370f7a4be467009.1697536739.git.csantosb@inventati.org \
    --to=guix-patches@gnu.org \
    --cc=66590@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.