gnu: emacs-dracula-theme: Update to 1.8.2.
* gnu/packages/emacs-xyz.scm (emacs-dracula-theme): Update to 1.8.2. Change-Id: Ie2cc953d90e6ee46f1012c90af446c42921a2b4e
parent
5c12e5b49c
commit
09b19cf8da
|
@ -16809,7 +16809,7 @@ by zenburn, sinburn and similar themes, but slowly diverging from them.")
|
|||
(define-public emacs-dracula-theme
|
||||
(package
|
||||
(name "emacs-dracula-theme")
|
||||
(version "1.8.1")
|
||||
(version "1.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16818,7 +16818,7 @@ by zenburn, sinburn and similar themes, but slowly diverging from them.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mb7pix1wbmg4laba06fvcb8q822584iq0cw8mwf0nzaf1yh12l8"))))
|
||||
(base32 "0hjimiv6a0kaszypndb5l0axhiv0zih728p8wffil6jff9k8pr38"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://draculatheme.com/")
|
||||
(synopsis "Dark theme for Emacs")
|
||||
|
|
Reference in New Issue