Archived
1
0
Fork 0

gnu: emacs-which-key: Update to 3.3.0.

* gnu/packages/emacs.scm (emacs-which-key): Update to 3.3.0.
This commit is contained in:
Oleg Pykhalov 2018-10-20 17:37:32 +03:00
parent 0d3f170864
commit 42f9ebdc77
No known key found for this signature in database
GPG key ID: 7246E11C69B79569

View file

@ -7243,7 +7243,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
(define-public emacs-which-key (define-public emacs-which-key
(package (package
(name "emacs-which-key") (name "emacs-which-key")
(version "3.0.2") (version "3.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7252,7 +7252,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1xvd70cwq9n31f28viyjxmr3nn8l153gsy6scpszvgvjxkiikv24")) "1lsj314111cp2hjjwnv3f46ws1za6bm39rgy3l19044xf6a68j5w"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments