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


From: guix-commits
Subject: branch master updated: gnu: emacs-which-key: Update to 3.6.0.
Date: Mon, 14 Feb 2022 18:17:51 -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 208c607854 gnu: emacs-which-key: Update to 3.6.0.
208c607854 is described below

commit 208c607854c0f37923c1679d2280f03cb3630e77
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 15 00:16:29 2022 +0100

    gnu: emacs-which-key: Update to 3.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.6.0.
---
 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 7585f1bf7d..4388eebf77 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15331,7 +15331,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.4")
+    (version "3.6.0")
     (source
      (origin
        (method git-fetch)
@@ -15340,7 +15340,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 "0wz3bb7vzxqi3wqpn46z6ps00m9wjcpv9cfvqi7lyvm920sxzlv7"))))
+        (base32 "0ph5mrzz3r7x4dmy93v6affl4jznvic97a30mrs3kvhwyr2v4mby"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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