guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fa9738835afca02b64e569886ffb1b748434d2ee
Author: Julian Flake <[email protected]>
AuthorDate: Thu Jul 16 09:47:19 2026 +0200

    gnu: emacs-khalel: Update to 0.1.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-khalel): Update to 0.1.16.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
    Merges: guix/guix#9974
---
 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 8011bf2d17..cfe128e397 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9023,7 +9023,7 @@ them whenever another command is invoked.")
 (define-public emacs-khalel
   (package
     (name "emacs-khalel")
-    (version "0.1.15")
+    (version "0.1.16")
     (source
      (origin
        (method git-fetch)
@@ -9032,7 +9032,7 @@ them whenever another command is invoked.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06h5272kmg0ykf0zqdy2qwhlzszqsw176l1brk04bg8xyc3a4384"))))
+        (base32 "1g9cjiyajh3j175chf5lr8z857aim0h82sxnjh757cw4jz94kfzl"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to