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


From: guix-commits
Subject: branch master updated: gnu: emacs-which-key: Update to 3.5.3.
Date: Tue, 22 Jun 2021 02:00:39 -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 d534d07  gnu: emacs-which-key: Update to 3.5.3.
d534d07 is described below

commit d534d076f005310895c5fbad77cc590714991189
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 22 07:58:57 2021 +0200

    gnu: emacs-which-key: Update to 3.5.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.3.
---
 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 e73ebfa..a988974 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14363,7 +14363,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.2")
+    (version "3.5.3")
     (source
      (origin
        (method git-fetch)
@@ -14372,7 +14372,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 "1wgygby4zwlbx6ry6asraaixl169qdz092zgk1brvg63w7f8vkkb"))))
+        (base32 "144i3hkgm36wnfmqk5vq390snziy3zhwifbh6q6dzs99ic77d5g6"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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