guix-commits
[Top][All Lists]
Advanced

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

17/24: gnu: emacs-zenburn-theme: Update to 2.8.0.


From: guix-commits
Subject: 17/24: gnu: emacs-zenburn-theme: Update to 2.8.0.
Date: Wed, 15 Mar 2023 19:18:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ba4a8b675c4d4b8b7b1486df4be502c2b660e710
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 15 23:45:15 2023 +0100

    gnu: emacs-zenburn-theme: Update to 2.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-zenburn-theme): Update to 2.8.0.
---
 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 1f44bbbcb2..70f950c62d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10222,7 +10222,7 @@ a RPG style habit tracker and todo list.")
 (define-public emacs-zenburn-theme
   (package
     (name "emacs-zenburn-theme")
-    (version "2.7.0")
+    (version "2.8.0")
     (source
      (origin
        (method git-fetch)
@@ -10231,7 +10231,7 @@ a RPG style habit tracker and todo list.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1991s1gz2i3jchf0yvcsjjb5flwn13ifbnnfkqqrxxvy2imfh18q"))))
+        (base32 "00zyx2knfchxkml19kf4wfgigsbgzqf47mvbgrmk3nfznnnnyvmf"))))
     (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]