guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-doom-themes: Update to 2.1.6-4.


From: guix-commits
Subject: 01/01: gnu: emacs-doom-themes: Update to 2.1.6-4.
Date: Thu, 2 Jan 2020 10:55:51 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit df23842156281821117b19511a29e65455195d34
Author: Brett Gilio <address@hidden>
Date:   Thu Jan 2 09:55:17 2020 -0600

    gnu: emacs-doom-themes: Update to 2.1.6-4.
    
    * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-4. This
      commit revision carries several bug fixes.
---
 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 73e4654..457e76a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19814,8 +19814,8 @@ contrast and few colors.")
       (license license:gpl3+))))
 
 (define-public emacs-doom-themes
-  (let ((commit "c2d0ed3fe73e415d29e05d56da08ba41018eec4f")
-        (revision "3")
+  (let ((commit "54039c5171e3f8c9cef1f82122549b66cd8c8f7b")
+        (revision "4")
         (version "2.1.6"))
     (package
       (name "emacs-doom-themes")
@@ -19827,7 +19827,7 @@ contrast and few colors.")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
-                 (base32 
"1bdi7dkddyn0s357v2jv0mlhgsyc66kcvbl01ly370pqia6r0gpc"))))
+                 (base32 
"1iwdjq4q2gkhi6jwas3ywgmdz5dg14sfb3fzhqd7wih6j3i2l3cr"))))
       (build-system emacs-build-system)
       (native-inputs
        `(("emacs-ert-runner" ,emacs-ert-runner)))



reply via email to

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