guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-which-key: Update to 3.5.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-which-key: Update to 3.5.1.
Date: Sat, 06 Feb 2021 05:11:26 -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 2c46caa  gnu: emacs-which-key: Update to 3.5.1.
2c46caa is described below

commit 2c46caad27484685b95a83290753420daf9ee331
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 6 11:10:57 2021 +0100

    gnu: emacs-which-key: Update to 3.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.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 5e67aa6..23a0b92 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13233,7 +13233,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do 
the job of display.")
 (define-public emacs-which-key
   (package
     (name "emacs-which-key")
-    (version "3.5.0")
+    (version "3.5.1")
     (source
      (origin
        (method git-fetch)
@@ -13242,7 +13242,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do 
the job of display.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13lgjsm9pwgjsxg7lzc1c9sw2bzssxikfj6grnshqfll8kz8yr4r"))))
+        (base32 "1g07i6hyv9glhk6xq1z9vn81vi2f0byy7dp3rg4gw22sm6f6d1al"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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