summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-01-09 12:07:02 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-01-09 12:07:02 +0100
commit1e3bbd90e44492916f5e092256580436105c8242 (patch)
tree09173f6b01a59e4671fe315191b3ebfe7d3c0258
parenta9e70dc5a6fdce9f0bf8ca8fd8459d59786a6d17 (diff)
downloadpatches-1e3bbd90e44492916f5e092256580436105c8242.tar
patches-1e3bbd90e44492916f5e092256580436105c8242.tar.gz
gnu: emacs-cyberpunk-theme: Update to 1.21.
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.21.
-rw-r--r--gnu/packages/emacs-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5224492844..75914f3f25 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8119,7 +8119,7 @@ Flx has support for ido (interactively do things) through flx-ido.")
(define-public emacs-cyberpunk-theme
(package
(name "emacs-cyberpunk-theme")
- (version "1.19")
+ (version "1.21")
(source
(origin
(method git-fetch)
@@ -8128,13 +8128,13 @@ Flx has support for ido (interactively do things) through flx-ido.")
(commit version)))
(sha256
(base32
- "1npwrw3pgdmvqhihcqcfi2yrs178iiip5fcj8zhpp6cr9yqsvvgi"))
+ "05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(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
- "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.")
(license license:gpl3+)))