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


From: guix-commits
Subject: branch master updated: gnu: emacs-keycast: Update to 1.1.2.
Date: Tue, 11 Jan 2022 04:15:17 -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 3be459c5e7 gnu: emacs-keycast: Update to 1.1.2.
3be459c5e7 is described below

commit 3be459c5e78b624a7a072dc987a0f0497eb29c72
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 11 10:14:27 2022 +0100

    gnu: emacs-keycast: Update to 1.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.2.
---
 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 a44769a244..771a03ee08 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3705,7 +3705,7 @@ kmonad's configuration files (@file{.kbd}).")
 (define-public emacs-keycast
   (package
     (name "emacs-keycast")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
        (method git-fetch)
@@ -3714,7 +3714,7 @@ kmonad's configuration files (@file{.kbd}).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09xr0h2ag3pzlz455gv5h915vn1dz56gqx61jx3n7fc4a794pqxw"))))
+        (base32 "15ppn7dzmlgmd941g59vvbs7w5xjf5xs18va65scp7z9nvgpn4qx"))))
     (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]