guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 31e8cc5c94a74e390892b00e36bca24c37fcaaff
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 16:23:43 2025 +0100

    gnu: emacs-alect-themes: Update to 0.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-alect-themes): Update to 0.11.
    
    Change-Id: I411051712aa36749d4078c481065ed82c39cb7e5
---
 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 5b18ba9d2d..12f0ee6fbc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35788,7 +35788,7 @@ buffer and launches Magit from the status buffer for 
the project at point.")
 (define-public emacs-alect-themes
   (package
     (name "emacs-alect-themes")
-    (version "0.10")
+    (version "0.11")
     (source
      (origin
        (method git-fetch)
@@ -35797,7 +35797,7 @@ buffer and launches Magit from the status buffer for 
the project at point.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "190clnm5x4hpzrq2wp18vxg6614ly3ciyv0y1sm9rfr9w9z5i0ya"))))
+        (base32 "1bx8kd34j9w77hw44nv9gipwkqa3q9zx87r5gpyddzblrsvixq8d"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/alezost/alect-themes";)
     (synopsis "Low contrast, light, dark and black color theme for Emacs")

Reply via email to