[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: emacs-cyberpunk-theme: Update to 1.18.
From: |
??? |
Subject: |
01/02: gnu: emacs-cyberpunk-theme: Update to 1.18. |
Date: |
Sat, 19 Nov 2016 13:32:14 +0000 (UTC) |
iyzsong pushed a commit to branch master
in repository guix.
commit 5cd41292211568fbd34babc97aeaf6ee92a27103
Author: ng0 <address@hidden>
Date: Fri Nov 18 17:28:45 2016 +0000
gnu: emacs-cyberpunk-theme: Update to 1.18.
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.18.
Signed-off-by: 宋文武 <address@hidden>
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 04c977f..76809d3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3241,7 +3241,7 @@ Flx has support for ido (interactively do things) through
flx-ido.")
(define-public emacs-cyberpunk-theme
(package
(name "emacs-cyberpunk-theme")
- (version "1.17")
+ (version "1.18")
(source
(origin
(method url-fetch)
@@ -3249,7 +3249,7 @@ Flx has support for ido (interactively do things) through
flx-ido.")
"archive/" version ".tar.gz"))
(sha256
(base32
- "068jcn4g1bvwgpcvyfqygzw6ahill51c1sqzyyvj2paxckbd7h51"))
+ "0pxzbw0qjxgkhhs3gn3k9qy41kl1a4pfzbw83dk24l4b3nxd24wg"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system emacs-build-system)
(home-page "https://github.com/n3mo/cyberpunk-theme.el")