guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-cyberpunk-theme: Update to 1.19.


From: Thomas Danckaert
Subject: 01/01: gnu: emacs-cyberpunk-theme: Update to 1.19.
Date: Sun, 1 Oct 2017 05:56:26 -0400 (EDT)

thomasd pushed a commit to branch master
in repository guix.

commit 88e6086e60b710605908835a38dd244c0bdc8d67
Author: Feng Shu <address@hidden>
Date:   Sat Sep 23 17:43:20 2017 +0800

    gnu: emacs-cyberpunk-theme: Update to 1.19.
    
    * gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.19.
---
 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 35ca2b1..7ffe9bf 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]