diff options
author | Feng Shu <tumashu@163.com> | 2017-09-23 17:43:20 +0800 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-10-01 11:56:09 +0200 |
commit | 88e6086e60b710605908835a38dd244c0bdc8d67 (patch) | |
tree | e70a693b595e6d1548f7c95d03fff10481255eea /gnu | |
parent | 6a5f7af6fccb7681b5e1a9fbb1c772033081f8d3 (diff) | |
download | patches-88e6086e60b710605908835a38dd244c0bdc8d67.tar patches-88e6086e60b710605908835a38dd244c0bdc8d67.tar.gz |
gnu: emacs-cyberpunk-theme: Update to 1.19.
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.19.
Diffstat (limited to 'gnu')
-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 35ca2b1cf6..7ffe9bf6d6 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4005,7 +4005,7 @@ Flx has support for ido (interactively do things) through flx-ido.") (define-public emacs-cyberpunk-theme (package (name "emacs-cyberpunk-theme") - (version "1.18") + (version "1.19") (source (origin (method url-fetch) @@ -4013,7 +4013,7 @@ Flx has support for ido (interactively do things) through flx-ido.") "archive/" version ".tar.gz")) (sha256 (base32 - "0pxzbw0qjxgkhhs3gn3k9qy41kl1a4pfzbw83dk24l4b3nxd24wg")) + "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv")) (file-name (string-append name "-" version ".tar.gz")))) (build-system emacs-build-system) (home-page "https://github.com/n3mo/cyberpunk-theme.el") |