guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: emacs-which-key: Update to 3.3.1.


From: guix-commits
Subject: 02/05: gnu: emacs-which-key: Update to 3.3.1.
Date: Sat, 23 Feb 2019 22:09:06 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 498eb769c534f7d56a3955e5072e59cba14a806b
Author: Brett Gilio <address@hidden>
Date:   Wed Feb 20 19:55:07 2019 -0600

    gnu: emacs-which-key: Update to 3.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.3.1.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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 cedc1ef..80dc9eb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7214,7 +7214,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.3.0")
+    (version "3.3.1")
     (source
      (origin
        (method url-fetch)
@@ -7223,7 +7223,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the 
job of display.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1lsj314111cp2hjjwnv3f46ws1za6bm39rgy3l19044xf6a68j5w"))
+         "1g8k0js21bc8mlw6hvmg93zgfjhil77c30cv1hf85y4qb9ldvika"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system emacs-build-system)
     (arguments



reply via email to

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