diff options
author | David Wilson <david@daviwil.com> | 2024-06-02 14:06:09 +0300 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-11 11:45:38 +0100 |
commit | cef0707221e1760c678697c55e291289c5592858 (patch) | |
tree | f17d4b281fc45a46eead06e46a6fccbb96e88d65 | |
parent | 4cfc4692c9ddc40969370c81e2ca899160ff1c9a (diff) | |
download | guix-cef0707221e1760c678697c55e291289c5592858.tar.gz |
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>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2a943f5846..f8755c2baf 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6950,17 +6950,17 @@ intended to be.") (define-public emacs-ef-themes (package (name "emacs-ef-themes") - (version "1.4.0") + (version "1.7.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://git.sr.ht/~protesilaos/ef-themes") + (url "https://github.com/protesilaos/ef-themes") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "029pcca3ppbs22isym2hi3zzynmvk5dg7jcimpm7nd8m4qk46f49")))) + "0m7l3f4mn8xi4hv38fkm21xhs0idpb9idkj1ci0jnmcl5x6ggzxn")))) (build-system emacs-build-system) (home-page "https://git.sr.ht/~protesilaos/ef-themes") (synopsis "Colorful and legible themes") |