gnu: emacs-dracula-theme: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-dracula-theme): Update to 1.8.0.
This commit is contained in:
parent
f85950b2cf
commit
3f25055309
1 changed files with 2 additions and 2 deletions
|
@ -16367,7 +16367,7 @@ (define-public emacs-dream-theme
|
|||
(define-public emacs-dracula-theme
|
||||
(package
|
||||
(name "emacs-dracula-theme")
|
||||
(version "1.7.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16376,7 +16376,7 @@ (define-public emacs-dracula-theme
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15y2djc5jljlvls1x9kp50m1kp0dcksmyixafsyimj66xpq9ngh0"))))
|
||||
(base32 "0zxcfcgkssjpnwa3s0ryz6j7c8cmdpjhza3x9wycfahq35qf2r0k"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://draculatheme.com/")
|
||||
(synopsis "Dark theme for Emacs")
|
||||
|
|
Loading…
Reference in a new issue