diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-11-18 17:28:45 +0000 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-11-19 20:19:03 +0800 |
commit | 5cd41292211568fbd34babc97aeaf6ee92a27103 (patch) | |
tree | 169b0e0796a5594203c377db1224b26d63c03313 | |
parent | fd057b84ecb863be1db9307bf482f8b0add08fa4 (diff) | |
download | patches-5cd41292211568fbd34babc97aeaf6ee92a27103.tar patches-5cd41292211568fbd34babc97aeaf6ee92a27103.tar.gz |
gnu: emacs-cyberpunk-theme: Update to 1.18.
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.18.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 04c977f830..76809d3069 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") |