gnu: emacs-zenburn-theme: Update to 2.5.
* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
50edf7fc43
commit
07716c6842
|
@ -2461,7 +2461,7 @@ organizer.")
|
|||
(define-public emacs-zenburn-theme
|
||||
(package
|
||||
(name "emacs-zenburn-theme")
|
||||
(version "2.4")
|
||||
(version "2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2470,7 +2470,7 @@ organizer.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lyi84bm8sa7vj40n6zg6rlbsmi53mi1y9xn6gkjj29s5zbcnlg7"))))
|
||||
"03kfhzgbbbl8ivpzzky6qxw4j9mmp452m1sk7wikxmcalfnix0gn"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/bbatsov/zenburn-emacs")
|
||||
(synopsis "Low contrast color theme for Emacs")
|
||||
|
|
Loading…
Reference in New Issue