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.1.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-keycast: Update to 1.1.1.
Date: Thu, 26 Aug 2021 04:28:18 -0400

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 71521c3  gnu: emacs-keycast: Update to 1.1.1.
71521c3 is described below

commit 71521c341f1ab34967a7c0ecc7ec5980e71ebbec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 26 10:27:50 2021 +0200

    gnu: emacs-keycast: Update to 1.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.1.
---
 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 eaf7dac..8932853 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3733,7 +3733,7 @@ kmonad's configuration files (@file{.kbd}).")
 (define-public emacs-keycast
   (package
     (name "emacs-keycast")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method git-fetch)
@@ -3742,7 +3742,7 @@ kmonad's configuration files (@file{.kbd}).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0093v1c5nl2bh1lvccqq6fzpgjald3yypp87dsim982aywl2vlv1"))))
+        (base32 "09xr0h2ag3pzlz455gv5h915vn1dz56gqx61jx3n7fc4a794pqxw"))))
     (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]