[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
226/285: gnu: emacs-doom-themes: Update to 2.1.6-3.
From: |
guix-commits |
Subject: |
226/285: gnu: emacs-doom-themes: Update to 2.1.6-3. |
Date: |
Sun, 29 Dec 2019 20:44:35 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit bb973d2d2cc2c7e1c6014d1ded5cc10f720c6826
Author: Brett Gilio <address@hidden>
Date: Fri Dec 27 17:05:00 2019 -0600
gnu: emacs-doom-themes: Update to 2.1.6-3.
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-3.
[arguments]<emacs-batch-disable-compilation>: Add new "material" theme to
list
of exceptions.
---
gnu/packages/emacs-xyz.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5c66cfe..70619a7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19807,8 +19807,8 @@ contrast and few colors.")
(license license:gpl3+))))
(define-public emacs-doom-themes
- (let ((commit "088bfad9a6983c42016da33cd11b9ee855451dcb")
- (revision "2")
+ (let ((commit "c2d0ed3fe73e415d29e05d56da08ba41018eec4f")
+ (revision "3")
(version "2.1.6"))
(package
(name "emacs-doom-themes")
@@ -19820,7 +19820,7 @@ contrast and few colors.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32
"1dmq0vja1k907id56y4012cm3f49vf106v3gglk9sf4kbi9cash2"))))
+ (base32
"1bdi7dkddyn0s357v2jv0mlhgsyc66kcvbl01ly370pqia6r0gpc"))))
(build-system emacs-build-system)
(native-inputs
`(("emacs-ert-runner" ,emacs-ert-runner)))
@@ -19852,9 +19852,15 @@ contrast and few colors.")
(chmod file #o600) ; needed to write changes.
(emacs-batch-disable-compilation file))
(cons "doom-themes-ext-neotree.el"
+ ;; NOTE: When updating this package, determine
+ ;; whether changed theme files can byte-compile.
+ ;; If they can successfully byte-compile, add
them
+ ;; to this list of exceptions.
(lset-difference string-contains
(find-files "." ".*-theme.el")
- '("snazzy" "tomorrow-day"))))
+ '("material"
+ "snazzy"
+ "tomorrow-day"))))
#t)))))
(synopsis "Wide collection of color themes for Emacs")
(description "Emacs-doom-themes contains numerous popular color themes
for
- 02/285: gnu: sbcl-cl-store: Use HTTPS home page URI., (continued)
- 02/285: gnu: sbcl-cl-store: Use HTTPS home page URI., guix-commits, 2019/12/29
- 03/285: gnu: Add copyright header., guix-commits, 2019/12/29
- 78/285: gnu: python-sphinx-copybutton: Update to 0.2.6., guix-commits, 2019/12/29
- 83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/29
- 87/285: gnu: python-eventlet: Use HTTPS home page URI., guix-commits, 2019/12/29
- 88/285: gnu: Add python-umap-learn., guix-commits, 2019/12/29
- 89/285: gnu: python-llvmlite: Update to 0.30.0., guix-commits, 2019/12/29
- 93/285: gnu: python-bbknn: Update to 1.3.6., guix-commits, 2019/12/29
- 94/285: gnu: emacs-howm: Modify installation directory in site-lisp., guix-commits, 2019/12/29
- 124/285: gnu: qutebrowser: Add comment about tests., guix-commits, 2019/12/29
- 226/285: gnu: emacs-doom-themes: Update to 2.1.6-3.,
guix-commits <=
- 229/285: gnu: emacs-graphql: Adjust indentation., guix-commits, 2019/12/29
- 232/285: gnu: emacs-reformatter: Adjust indentation., guix-commits, 2019/12/29
- 230/285: gnu: emacs-haskell-mode: Adjust indentation., guix-commits, 2019/12/29
- 234/285: gnu: emacs-emms-mode-line-cycle: Adjust indentation., guix-commits, 2019/12/29
- 238/285: gnu: emacs-direnv: Adjust indentation., guix-commits, 2019/12/29
- 241/285: gnu: emacs-mmm-mode: Adjust indentation., guix-commits, 2019/12/29
- 236/285: gnu: emacs-autothemer: Adjust indentation., guix-commits, 2019/12/29
- 239/285: gnu: emacs-google-maps: Adjust indentation., guix-commits, 2019/12/29
- 242/285: gnu: emacs-tablist: Adjust indentation., guix-commits, 2019/12/29
- 244/285: gnu: emacs-keyfreq: Adjust indentation., guix-commits, 2019/12/29