mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-zenburn-theme: Update to 2.8.0.
* gnu/packages/emacs-xyz.scm (emacs-zenburn-theme): Update to 2.8.0.
This commit is contained in:
parent
d8bb82a0c7
commit
ba4a8b675c
1 changed files with 2 additions and 2 deletions
|
@ -10222,7 +10222,7 @@ a RPG style habit tracker and todo list.")
|
||||||
(define-public emacs-zenburn-theme
|
(define-public emacs-zenburn-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-zenburn-theme")
|
(name "emacs-zenburn-theme")
|
||||||
(version "2.7.0")
|
(version "2.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10231,7 +10231,7 @@ a RPG style habit tracker and todo list.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1991s1gz2i3jchf0yvcsjjb5flwn13ifbnnfkqqrxxvy2imfh18q"))))
|
(base32 "00zyx2knfchxkml19kf4wfgigsbgzqf47mvbgrmk3nfznnnnyvmf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/bbatsov/zenburn-emacs")
|
(home-page "https://github.com/bbatsov/zenburn-emacs")
|
||||||
(synopsis "Low contrast color theme for Emacs")
|
(synopsis "Low contrast color theme for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue