diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-21 12:21:56 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-21 14:50:23 +0200 |
commit | 7d384c297eb6c6382d2e64b304a4bca2ff621591 (patch) | |
tree | 65f94861a3db9c2c87cb0cead887c3d43a1b47b7 /gnu/packages/emacs-xyz.scm | |
parent | 09065403297c5eb48e712ea8f4080535863e1581 (diff) | |
download | guix-7d384c297eb6c6382d2e64b304a4bca2ff621591.tar.gz |
gnu: emacs-ef-themes: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.0.0.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-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 29d25aa9ca..389feb1403 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6010,7 +6010,7 @@ intended to be.") (define-public emacs-ef-themes (package (name "emacs-ef-themes") - (version "0.11.0") + (version "1.0.0") (source (origin (method git-fetch) @@ -6020,7 +6020,7 @@ intended to be.") (file-name (git-file-name name version)) (sha256 (base32 - "1s03qdwb6wb1ddd2gmv4casdnr4mgxmifyhbzhvjdz7v50sdgq7k")))) + "0rq1cy9hg603wk7pnfj0zfc84h1l87rg8blk4x4b61x7bkc3dd7q")))) (build-system emacs-build-system) (home-page "https://git.sr.ht/~protesilaos/ef-themes") (synopsis "Colorful and legible themes") |