mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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>
This commit is contained in:
parent
61c8d0fe3d
commit
fa218d3f8b
1 changed files with 3 additions and 3 deletions
|
@ -27522,8 +27522,8 @@ (define-public emacs-quasi-monochrome
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-doom-themes
|
||||
(let ((commit "e803fc4ac8cf7118e2d1544d8241b848b5e79e9f")
|
||||
(revision "5")
|
||||
(let ((commit "e9bdd137116fa2037ed60037b8421cf68c64888d")
|
||||
(revision "6")
|
||||
(version "2.1.6"))
|
||||
(package
|
||||
(name "emacs-doom-themes")
|
||||
|
@ -27535,7 +27535,7 @@ (define-public emacs-doom-themes
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "128hdmf0jkzr12fv2r6z349qiwba6q97hsb6b1n2qlhi0v5v3mfh"))))
|
||||
(base32 "178ri980kwkndb73dawhsfr1dkl6xjdb451z0iar9ghk8z0r0wpg"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-ert-runner))
|
||||
|
|
Loading…
Reference in a new issue