[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-which-key: Update to 3.5.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-which-key: Update to 3.5.4. |
Date: |
Fri, 10 Dec 2021 02:56:41 -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 c0b6036 gnu: emacs-which-key: Update to 3.5.4.
c0b6036 is described below
commit c0b603624746e95f3a113d8302d90e74640d168d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 10 08:55:50 2021 +0100
gnu: emacs-which-key: Update to 3.5.4.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.4.
---
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 99db005..24d0eff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15060,7 +15060,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.3")
+ (version "3.5.4")
(source
(origin
(method git-fetch)
@@ -15069,7 +15069,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 "144i3hkgm36wnfmqk5vq390snziy3zhwifbh6q6dzs99ic77d5g6"))))
+ (base32 "0wz3bb7vzxqi3wqpn46z6ps00m9wjcpv9cfvqi7lyvm920sxzlv7"))))
(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.4.,
guix-commits <=