guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8eb21c79b1baf9b123b8389c4743fb17825af975
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:43:15 2026 +0100

    gnu: emacs-cond-let: Update to 0.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-cond-let): Update to 0.2.1.
    
    Change-Id: I25acbfeb450e7592e75d6e7e142c230e401f3d1b
---
 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 a5b50b0e88..0921abf90b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5767,7 +5767,7 @@ listing type errors via Flycheck, as well as REPL support 
for Carp.")
 (define-public emacs-cond-let
   (package
     (name "emacs-cond-let")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -5776,7 +5776,7 @@ listing type errors via Flycheck, as well as REPL support 
for Carp.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0jdhdngczdwj44wk3zsb9ab5dv5j9bflfwg22hay1rrzq5jiihyw"))))
+        (base32 "0611cz5warp6w4zvy4q1mkxkgypnlfwwz52h94n8mgqxa0r3rhvs"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to