~ruther/guix-local

a760f6ccb1ec581be7e8b34ce9ffa81f50efa2b2 — Nicolas Goaziou 6 months ago cb3d95d
gnu: emacs-dracula-theme: Update to 1.8.3.

* gnu/packages/emacs-xyz.scm (emacs-dracula-theme): Update to 1.8.3.

Change-Id: I1fc3e1b78b8cdcec308e4f7fc22e6900e8c3c6c8
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 20477,7 20477,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.2")
    (version "1.8.3")
    (source
     (origin
       (method git-fetch)


@@ 20486,7 20486,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 "0hjimiv6a0kaszypndb5l0axhiv0zih728p8wffil6jff9k8pr38"))))
        (base32 "1vv00hgik7pvj1p0ii8g6bcyvfjzwhh33hjh0gfgsh8gxm1lfij8"))))
    (build-system emacs-build-system)
    (home-page "https://draculatheme.com/")
    (synopsis "Dark theme for Emacs")