unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42736] [PATCH] gnu: emacs-doom-themes: Update to 2.1.6-5.
@ 2020-08-07  3:17 Jack Hill
  2020-08-07  3:37 ` Brett Gilio
  2020-08-08  2:11 ` [bug#42736] [PATCH v2] " Jack Hill
  0 siblings, 2 replies; 9+ messages in thread
From: Jack Hill @ 2020-08-07  3:17 UTC (permalink / raw)
  To: 42736

* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-5. This
commit revision add support for Emacs 27.
---
 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 f857b594eb..7dc8e42f81 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22053,8 +22053,8 @@ contrast and few colors.")
       (license license:gpl3+))))
 
 (define-public emacs-doom-themes
-  (let ((commit "54039c5171e3f8c9cef1f82122549b66cd8c8f7b")
-        (revision "4")
+  (let ((commit "e803fc4ac8cf7118e2d1544d8241b848b5e79e9f")
+        (revision "5")
         (version "2.1.6"))
     (package
       (name "emacs-doom-themes")
@@ -22066,7 +22066,7 @@ contrast and few colors.")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
-                 (base32 "1iwdjq4q2gkhi6jwas3ywgmdz5dg14sfb3fzhqd7wih6j3i2l3cr"))))
+                 (base32 "128hdmf0jkzr12fv2r6z349qiwba6q97hsb6b1n2qlhi0v5v3mfh"))))
       (build-system emacs-build-system)
       (native-inputs
        `(("emacs-ert-runner" ,emacs-ert-runner)))
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-08-08  2:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  3:17 [bug#42736] [PATCH] gnu: emacs-doom-themes: Update to 2.1.6-5 Jack Hill
2020-08-07  3:37 ` Brett Gilio
2020-08-07  4:28   ` Jack Hill
2020-08-07 18:10     ` Brett Gilio
2020-08-08  2:09       ` Jack Hill
2020-08-08  2:27         ` Brett Gilio
2020-08-08  2:40           ` Jack Hill
2020-08-08  2:11 ` [bug#42736] [PATCH v2] " Jack Hill
2020-08-08  2:29   ` bug#42736: " Brett Gilio

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).