me
/
guix
Archived
1
0
Fork 0

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>
Luis Henrique Gomes Higino 2022-05-16 11:02:04 -03:00 committed by Nicolas Goaziou
parent 61c8d0fe3d
commit fa218d3f8b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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))