[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-which-key: Update to 3.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-which-key: Update to 3.5.0. |
Date: |
Wed, 09 Sep 2020 17:01:29 -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 3f3fd3d gnu: emacs-which-key: Update to 3.5.0.
3f3fd3d is described below
commit 3f3fd3d4996f8a3b6bca8db0e6622c7f3d8adfed
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Sep 9 11:43:24 2020 +0200
gnu: emacs-which-key: Update to 3.5.0.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 a283411..05f2435 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11942,7 +11942,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.4.0")
+ (version "3.5.0")
(source
(origin
(method git-fetch)
@@ -11951,7 +11951,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 "1ahgb7dqdc75farkl0fg0a6hvx2067gdvjq99cd3z2dz56km0p05"))))
+ (base32 "13lgjsm9pwgjsxg7lzc1c9sw2bzssxikfj6grnshqfll8kz8yr4r"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-which-key: Update to 3.5.0.,
guix-commits <=