diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-03-15 23:45:15 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-03-16 00:10:56 +0100 |
commit | ba4a8b675c4d4b8b7b1486df4be502c2b660e710 (patch) | |
tree | e732ba1507079f0b1fba0e2d925ac821b29dfb2c | |
parent | d8bb82a0c7812b8f13161082e0ae98ea3ba59f7e (diff) | |
download | guix-ba4a8b675c4d4b8b7b1486df4be502c2b660e710.tar.gz |
gnu: emacs-zenburn-theme: Update to 2.8.0.
* gnu/packages/emacs-xyz.scm (emacs-zenburn-theme): Update to 2.8.0.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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") |