guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-doom-modeline: Update to 3.3.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-doom-modeline: Update to 3.3.1.
Date: Mon, 11 Jul 2022 05:23:07 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit d5ef913670ec5c9bc49858d522e60836e50d4b9d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:22:18 2022 +0200

    gnu: emacs-doom-modeline: Update to 3.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.1.
    [propagated-inputs]: Add EMACS-COMPAT.
---
 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 9f79136bb6..9166fe3001 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28564,7 +28564,7 @@ contributed packages to Telega.")))
 (define-public emacs-doom-modeline
   (package
     (name "emacs-doom-modeline")
-    (version "3.2.1")
+    (version "3.3.1")
     (source
      (origin
        (method git-fetch)
@@ -28572,14 +28572,14 @@ contributed packages to Telega.")))
              (url "https://github.com/seagle0128/doom-modeline";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1ji15n2rdp7bjg5iq9im6c4m12k24kqp85i3n1m9npihrb4arh54"))
+        (base32 "0p728hbphfch6kmkjxm1qwxrwz6l94s3sj7wl1wc4mp82zrdsi15"))
        (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-dash emacs-shrink-path))
+     (list emacs-all-the-icons emacs-compat emacs-dash 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

[Prev in Thread] Current Thread [Next in Thread]