mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: emacs-ef-themes: Update to 1.7.0.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.7.0. Change-Id: I768a82eee884b1ea21c9d3b3fc693f9fe06e8abe Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
4cfc4692c9
commit
cef0707221
1 changed files with 3 additions and 3 deletions
|
@ -6950,17 +6950,17 @@ (define-public emacs-ecukes
|
||||||
(define-public emacs-ef-themes
|
(define-public emacs-ef-themes
|
||||||
(package
|
(package
|
||||||
(name "emacs-ef-themes")
|
(name "emacs-ef-themes")
|
||||||
(version "1.4.0")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~protesilaos/ef-themes")
|
(url "https://github.com/protesilaos/ef-themes")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"029pcca3ppbs22isym2hi3zzynmvk5dg7jcimpm7nd8m4qk46f49"))))
|
"0m7l3f4mn8xi4hv38fkm21xhs0idpb9idkj1ci0jnmcl5x6ggzxn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://git.sr.ht/~protesilaos/ef-themes")
|
(home-page "https://git.sr.ht/~protesilaos/ef-themes")
|
||||||
(synopsis "Colorful and legible themes")
|
(synopsis "Colorful and legible themes")
|
||||||
|
|
Loading…
Reference in a new issue