mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 <mbakke@fastmail.com>
This commit is contained in:
parent
9505877205
commit
5fa1b4174a
1 changed files with 2 additions and 2 deletions
|
@ -5856,7 +5856,7 @@ (define-public emacs-dired-hacks
|
|||
(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 @@ (define-public emacs-which-key
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zc9yivdkbxmcllhlbbcvsbj8g8nzzgs0xib488s08p4s0l7xs8m"))
|
||||
"1xvd70cwq9n31f28viyjxmr3nn8l153gsy6scpszvgvjxkiikv24"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue