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


From: guix-commits
Subject: branch master updated: gnu: emacs-keycast: Update to 1.1.3.
Date: Thu, 13 Jan 2022 03:16:22 -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 0f869287eb gnu: emacs-keycast: Update to 1.1.3.
0f869287eb is described below

commit 0f869287ebfcf7769425883f35023c1169f58923
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 13 09:15:07 2022 +0100

    gnu: emacs-keycast: Update to 1.1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.3.
    [source]<url>: Remove ".git" suffix.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 970affd48e..58d8d6b525 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3705,16 +3705,16 @@ kmonad's configuration files (@file{.kbd}).")
 (define-public emacs-keycast
   (package
     (name "emacs-keycast")
-    (version "1.1.2")
+    (version "1.1.3")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/tarsius/keycast.git";)
+             (url "https://github.com/tarsius/keycast";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15ppn7dzmlgmd941g59vvbs7w5xjf5xs18va65scp7z9nvgpn4qx"))))
+        (base32 "0s31b3kal4j08waa2fwz5d6269wsdywb60a7h4r5vzsrr238lks3"))))
     (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]