guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: emacs-which-key: Update to 3.3.0.


From: Oleg Pykhalov
Subject: 01/09: gnu: emacs-which-key: Update to 3.3.0.
Date: Sat, 20 Oct 2018 11:15:17 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 42f9ebdc77693f78030c0251e3ffde863542fcc6
Author: Oleg Pykhalov <address@hidden>
Date:   Sat Oct 20 17:37:32 2018 +0300

    gnu: emacs-which-key: Update to 3.3.0.
    
    * gnu/packages/emacs.scm (emacs-which-key): Update to 3.3.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6b360b5..2c6aeca 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7243,7 +7243,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.0.2")
+    (version "3.3.0")
     (source
      (origin
        (method url-fetch)
@@ -7252,7 +7252,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the 
job of display.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1xvd70cwq9n31f28viyjxmr3nn8l153gsy6scpszvgvjxkiikv24"))
+         "1lsj314111cp2hjjwnv3f46ws1za6bm39rgy3l19044xf6a68j5w"))
        (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]