guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b99342f70bb94087920be3184c6fe691cac44851
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 10:10:55 2025 +0200

    gnu: emacs-ef-themes: Update to 1.11.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.11.0.
    
    Change-Id: Ic25f6bf64cf9689a38800a0a0ba0a7b20d7f3d17
---
 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 ae7e2ae20b..4da6e7905d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8468,7 +8468,7 @@ and code formatting.")
 (define-public emacs-ef-themes
   (package
     (name "emacs-ef-themes")
-    (version "1.9.0")
+    (version "1.11.0")
     (source
      (origin
        (method git-fetch)
@@ -8478,7 +8478,7 @@ and code formatting.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "00p36xmzvc14f1ghqvgy1jb81qqijclvah332qy4ygi1yxkdz8rp"))))
+         "049wfnvw4x81k2r34znj4w4fw5xrg376y63x87gkf28vlcmdkkrs"))))
     (build-system emacs-build-system)
     (home-page "https://git.sr.ht/~protesilaos/ef-themes";)
     (synopsis "Colorful and legible themes")

Reply via email to