mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-cyberpunk-theme: Update to 1.21.
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.21.
This commit is contained in:
parent
a9e70dc5a6
commit
1e3bbd90e4
1 changed files with 4 additions and 4 deletions
|
@ -8119,7 +8119,7 @@ Flx has support for ido (interactively do things) through flx-ido.")
|
||||||
(define-public emacs-cyberpunk-theme
|
(define-public emacs-cyberpunk-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-cyberpunk-theme")
|
(name "emacs-cyberpunk-theme")
|
||||||
(version "1.19")
|
(version "1.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8128,13 +8128,13 @@ Flx has support for ido (interactively do things) through flx-ido.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1npwrw3pgdmvqhihcqcfi2yrs178iiip5fcj8zhpp6cr9yqsvvgi"))
|
"05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/n3mo/cyberpunk-theme.el")
|
(home-page "https://github.com/n3mo/cyberpunk-theme.el")
|
||||||
(synopsis "Cyberpunk theme for emacs built-in color theme support")
|
(synopsis "Cyberpunk theme for Emacs built-in color theme support")
|
||||||
(description
|
(description
|
||||||
"Cyberpunk color theme for the emacs 24+ built-in color theme support
|
"Cyberpunk color theme for the Emacs 24+ built-in color theme support
|
||||||
known loosely as deftheme. Many mode-specific customizations are included.")
|
known loosely as deftheme. Many mode-specific customizations are included.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue