guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-doom-themes: Update to e9bdd13.


From: guix-commits
Subject: branch master updated: gnu: emacs-doom-themes: Update to e9bdd13.
Date: Mon, 16 May 2022 11:52:55 -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 fa218d3f8b gnu: emacs-doom-themes: Update to e9bdd13.
fa218d3f8b is described below

commit fa218d3f8b359444038fd677ea272e94458565fd
Author: Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
AuthorDate: Mon May 16 11:02:04 2022 -0300

    gnu: emacs-doom-themes: Update to e9bdd13.
    
    * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to e9bdd13.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 bdbed00c28..8d66278b8f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27522,8 +27522,8 @@ contrast and few colors.")
       (license license:gpl3+))))
 
 (define-public emacs-doom-themes
-  (let ((commit "e803fc4ac8cf7118e2d1544d8241b848b5e79e9f")
-        (revision "5")
+  (let ((commit "e9bdd137116fa2037ed60037b8421cf68c64888d")
+        (revision "6")
         (version "2.1.6"))
     (package
       (name "emacs-doom-themes")
@@ -27535,7 +27535,7 @@ contrast and few colors.")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
-                 (base32 
"128hdmf0jkzr12fv2r6z349qiwba6q97hsb6b1n2qlhi0v5v3mfh"))))
+                 (base32 
"178ri980kwkndb73dawhsfr1dkl6xjdb451z0iar9ghk8z0r0wpg"))))
       (build-system emacs-build-system)
       (native-inputs
        (list emacs-ert-runner))



reply via email to

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