ngz pushed a commit to branch master
in repository guix.
commit ff44d11e3b2c074f226ba12b1b15bcb402421990
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Oct 3 18:35:18 2023 +0200
gnu: emacs-dracula-theme: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-dracula-theme): Update to 1.8.1.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 04465da8aa..cda6b9840e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16631,7 +16631,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.0")
+ (version "1.8.1")
(source
(origin
(method git-fetch)
@@ -16640,7 +16640,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 "0zxcfcgkssjpnwa3s0ryz6j7c8cmdpjhza3x9wycfahq35qf2r0k"))))
+ (base32 "0mb7pix1wbmg4laba06fvcb8q822584iq0cw8mwf0nzaf1yh12l8"))))
(build-system emacs-build-system)
(home-page "https://draculatheme.com/")
(synopsis "Dark theme for Emacs")