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


From: Marius Bakke
Subject: 02/05: gnu: emacs-which-key: Update to 3.0.2.
Date: Sun, 5 Nov 2017 13:25:08 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5fa1b4174af0cd9dc333ca099055f7a9e60201db
Author: ng0 <address@hidden>
Date:   Wed Nov 1 21:46:57 2017 +0000

    gnu: emacs-which-key: Update to 3.0.2.
    
    * gnu/packages/emacs.scm (emacs-which-key): Update to 3.0.2.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 776851f..95f174c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5856,7 +5856,7 @@ displays results pretty-printed in XML or JSON with 
@code{restclient-mode}")
 (define-public emacs-which-key
   (package
     (name "emacs-which-key")
-    (version "3.0.1")
+    (version "3.0.2")
     (source
      (origin
        (method url-fetch)
@@ -5865,7 +5865,7 @@ displays results pretty-printed in XML or JSON with 
@code{restclient-mode}")
              version ".tar.gz"))
        (sha256
         (base32
-         "0zc9yivdkbxmcllhlbbcvsbj8g8nzzgs0xib488s08p4s0l7xs8m"))
+         "1xvd70cwq9n31f28viyjxmr3nn8l153gsy6scpszvgvjxkiikv24"))
        (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]