me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2023-11-12 10:29:33 +01:00
parent 5c12e5b49c
commit 09b19cf8da
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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