mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: emacs-dracula-theme: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-dracula-theme): Update to 1.8.1.
This commit is contained in:
parent
668f5e0eeb
commit
ff44d11e3b
1 changed files with 2 additions and 2 deletions
|
@ -16631,7 +16631,7 @@ (define-public emacs-dream-theme
|
||||||
(define-public emacs-dracula-theme
|
(define-public emacs-dracula-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-dracula-theme")
|
(name "emacs-dracula-theme")
|
||||||
(version "1.8.0")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16640,7 +16640,7 @@ (define-public emacs-dracula-theme
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zxcfcgkssjpnwa3s0ryz6j7c8cmdpjhza3x9wycfahq35qf2r0k"))))
|
(base32 "0mb7pix1wbmg4laba06fvcb8q822584iq0cw8mwf0nzaf1yh12l8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://draculatheme.com/")
|
(home-page "https://draculatheme.com/")
|
||||||
(synopsis "Dark theme for Emacs")
|
(synopsis "Dark theme for Emacs")
|
||||||
|
|
Loading…
Reference in a new issue