gnu: emacs-doom-themes: Update to 2.3.0@188ab05
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to commit 188ab05. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id684e7005f4c7ae00eb1ea25f7b78b8478ad776f
parent
4c874ecd5d
commit
ff9675862c
|
@ -34886,17 +34886,19 @@ contrast and few colors.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-doom-themes
|
||||
(let ((commit "188ab05eefe2bdc46b4464aadb4a52ff9cb42f7f")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-doom-themes")
|
||||
(version "2.3.0")
|
||||
(version (git-version "2.3.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hlissner/emacs-doom-themes")
|
||||
(commit (string-append "v" version))))
|
||||
(url "https://github.com/doomemacs/themes")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "120pcas0l1m6w551qxfcl2fx0aysjqp91nn47zdxrr8rs01654wr"))))
|
||||
(base32 "08avm5jfp887r2l77s6i0zn72wlv4kp47b2vzv3kywf3d0gkpgp8"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-ert-runner))
|
||||
|
@ -34921,8 +34923,8 @@ contrast and few colors.")
|
|||
(synopsis "Wide collection of color themes for Emacs")
|
||||
(description "Emacs-doom-themes contains numerous popular color themes for
|
||||
Emacs that integrate with major modes like Org-mode.")
|
||||
(home-page "https://github.com/hlissner/emacs-doom-themes")
|
||||
(license license:expat)))
|
||||
(home-page "https://github.com/doomemacs/themes")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public emacs-modus-themes
|
||||
(package
|
||||
|
|
Reference in New Issue