guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-zenburn-theme: Update to 2.7.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-zenburn-theme: Update to 2.7.0.
Date: Sun, 06 Dec 2020 06:22:00 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d9d6203  gnu: emacs-zenburn-theme: Update to 2.7.0.
d9d6203 is described below

commit d9d6203b7a326d98c2c5ad046e5949c28e321feb
Author: Ryan Desfosses <rdes@protonmail.com>
AuthorDate: Sat Dec 5 20:40:13 2020 -0500

    gnu: emacs-zenburn-theme: Update to 2.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-zenburn-theme): Update to 2.7.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e6d5590..74ea690 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6466,7 +6466,7 @@ a RPG style habit tracker and todo list.")
 (define-public emacs-zenburn-theme
   (package
     (name "emacs-zenburn-theme")
-    (version "2.6")
+    (version "2.7.0")
     (source
      (origin
        (method git-fetch)
@@ -6475,7 +6475,7 @@ a RPG style habit tracker and todo list.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n87r5hs7h5r8dgfid66skpzcypl9hssr9m3npp916g6jfsi782f"))))
+        (base32 "1991s1gz2i3jchf0yvcsjjb5flwn13ifbnnfkqqrxxvy2imfh18q"))))
     (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]