This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c1907b39e8 gnu: emacs-kbd: Update to 0.0.1-1.b9048e9.
c1907b39e8 is described below

commit c1907b39e89ccbe7fe7800428acc8cba791c70e3
Author: Andrew Tropin <[email protected]>
AuthorDate: Fri Jul 26 16:33:01 2024 +0400

    gnu: emacs-kbd: Update to 0.0.1-1.b9048e9.
    
    * gnu/packages/emacs-xyz.scm (emacs-kbd): Update to 0.0.1-1.b9048e9.
    
    Change-Id: Ib73c4440c7db42ef60f851cf19359a6c01db1f50
---
 gnu/packages/emacs-xyz.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ecdb2acc63..5639ed5fce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6304,8 +6304,8 @@ and limited version of the images provided by the KanjiVG 
project.")
 (define-public emacs-kbd
   ;; Package has no release.  Version is extracted from "Version:" keyword in
   ;; main file.
-  (let ((commit "a7f4c9b9770fa6a58895c5f121df82652bb1b737")
-        (revision "0"))
+  (let ((commit "b9048e928ac403c8a1cf09b4fec75776dc4ecf4f")
+        (revision "1"))
     (package
       (name "emacs-kbd")
       (version (git-version "0.0.1" revision commit))
@@ -6317,14 +6317,8 @@ and limited version of the images provided by the 
KanjiVG project.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0jv9yfsncgf96308c041hvps3jlc151xb0aipm0vasbma3x83ygm"))))
+          (base32 "1rcx6aasr2vnhzqx03w3y39w78w0kvqf5j4j863nk18dalx585b2"))))
       (build-system emacs-build-system)
-      (arguments
-       (list
-        #:phases
-        #~(modify-phases %standard-phases
-            (add-after 'unpack 'enter-lisp-directory
-              (lambda _ (chdir "lisp"))))))
       (home-page "https://github.com/slotThe/kbd-mode";)
       (synopsis "Minor mode for syntax highlighting kmonad's @file{.kbd} 
files")
       (description

Reply via email to