guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-keycast: Update to 1.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-keycast: Update to 1.2.0.
Date: Sat, 12 Feb 2022 04:41:25 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3532e29e38 gnu: emacs-keycast: Update to 1.2.0.
3532e29e38 is described below

commit 3532e29e38650edceb940bae4bd67d6509f8e2d0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 12 10:39:57 2022 +0100

    gnu: emacs-keycast: Update to 1.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.2.0.
---
 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 698ffe3b59..b53e03d2ae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3866,7 +3866,7 @@ kmonad's configuration files (@file{.kbd}).")
 (define-public emacs-keycast
   (package
     (name "emacs-keycast")
-    (version "1.1.3")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -3875,7 +3875,7 @@ kmonad's configuration files (@file{.kbd}).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s31b3kal4j08waa2fwz5d6269wsdywb60a7h4r5vzsrr238lks3"))))
+        (base32 "01z20lsnjk8pwdsl4vx5dqdc4603bmb7fxan7n8j1fgvkvi63yzl"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/tarsius/keycast";)
     (synopsis "Show current command and its key in the mode line")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]