mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-flyspell-correct: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-flyspell-correct): Update to 0.6.1. [arguments]: Exclude Avy menu interface.
This commit is contained in:
parent
a53f711422
commit
a2045f6d94
1 changed files with 9 additions and 9 deletions
|
@ -23811,7 +23811,7 @@ (define-public emacs-refactor
|
|||
(define-public emacs-flyspell-correct
|
||||
(package
|
||||
(name "emacs-flyspell-correct")
|
||||
(version "0.5")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23820,21 +23820,21 @@ (define-public emacs-flyspell-correct
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"))))
|
||||
(base32 "1m5da6r82hk0c2x3lw03qnkk79sx67875afw0ybblj3cmfk6szd1"))))
|
||||
(build-system emacs-build-system)
|
||||
;; XXX: emacs-avy-menu is not packaged, so we ignore the file below.
|
||||
(arguments
|
||||
`(#:exclude '("flyspell-correct-avy-menu\\.el")))
|
||||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)
|
||||
("emacs-ivy" ,emacs-ivy)
|
||||
("emacs-popup" ,emacs-popup)))
|
||||
(home-page
|
||||
"https://github.com/d12frosted/flyspell-correct")
|
||||
(synopsis
|
||||
"Correcting words with flyspell via custom interfaces")
|
||||
(home-page "https://github.com/d12frosted/flyspell-correct")
|
||||
(synopsis "Correcting words with flyspell via custom interfaces")
|
||||
(description
|
||||
"This package provides functionality for correcting words via custom
|
||||
interfaces. Several interfaces are supported beside the classic ido: popup,
|
||||
helm and ivy.")
|
||||
interfaces. Several interfaces are supported beside the classic Ido: Popup,
|
||||
Helm and Ivy.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-org-emms
|
||||
|
|
Loading…
Reference in a new issue