guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-zenburn-theme: Update to 2.6.


From: guix-commits
Subject: 04/05: gnu: emacs-zenburn-theme: Update to 2.6.
Date: Sat, 24 Nov 2018 17:25:44 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 61d6451372eaa641fec8475b551f46f9c4884a37
Author: Brett Gilio <address@hidden>
Date:   Sat Nov 24 00:18:55 2018 -0600

    gnu: emacs-zenburn-theme: Update to 2.6.
    
    * gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.6.
    
    Signed-off-by: Ludovic Courtès <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 4e096ea..fa79a26 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3391,7 +3391,7 @@ organizer.")
 (define-public emacs-zenburn-theme
   (package
     (name "emacs-zenburn-theme")
-    (version "2.5")
+    (version "2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3400,7 +3400,7 @@ organizer.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "03kfhzgbbbl8ivpzzky6qxw4j9mmp452m1sk7wikxmcalfnix0gn"))))
+                "0qc9d1rwq55yzh8shbppyd6izy1grpyr8kqh5zdgm7c5jccngpr4"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/bbatsov/zenburn-emacs";)
     (synopsis "Low contrast color theme for Emacs")



reply via email to

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