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>
parent
61c8d0fe3d
commit
fa218d3f8b
|
@ -27522,8 +27522,8 @@ contrast and few colors.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-doom-themes
|
(define-public emacs-doom-themes
|
||||||
(let ((commit "e803fc4ac8cf7118e2d1544d8241b848b5e79e9f")
|
(let ((commit "e9bdd137116fa2037ed60037b8421cf68c64888d")
|
||||||
(revision "5")
|
(revision "6")
|
||||||
(version "2.1.6"))
|
(version "2.1.6"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-doom-themes")
|
(name "emacs-doom-themes")
|
||||||
|
@ -27535,7 +27535,7 @@ contrast and few colors.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "128hdmf0jkzr12fv2r6z349qiwba6q97hsb6b1n2qlhi0v5v3mfh"))))
|
(base32 "178ri980kwkndb73dawhsfr1dkl6xjdb451z0iar9ghk8z0r0wpg"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-ert-runner))
|
(list emacs-ert-runner))
|
||||||
|
|
Reference in New Issue