ngz pushed a commit to branch master
in repository guix.
commit ce2804c5817f9bff28e2cb36e1d86c74286c9202
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jul 1 00:45:58 2023 +0200
gnu: emacs-ef-themes: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.2.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 105995360d..6d2aebd0ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6143,7 +6143,7 @@ intended to be.")
(define-public emacs-ef-themes
(package
(name "emacs-ef-themes")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -6153,7 +6153,7 @@ intended to be.")
(file-name (git-file-name name version))
(sha256
(base32
- "03xmc4657q9p4b5zbssjjpq125bb1vd4fbhmy1f6rk25vxx3pxg7"))))
+ "186q08prgg4n1kw91y7bqy53ladi2gfnjp6irvmr207c434wand0"))))
(build-system emacs-build-system)
(home-page "https://git.sr.ht/~protesilaos/ef-themes")
(synopsis "Colorful and legible themes")