~ruther/guix-local

88e6086e60b710605908835a38dd244c0bdc8d67 — Feng Shu 8 years ago 6a5f7af
gnu: emacs-cyberpunk-theme: Update to 1.19.

* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.19.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs.scm
M gnu/packages/emacs.scm => gnu/packages/emacs.scm +2 -2
@@ 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")