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:
Nicolas Goaziou 2021-02-07 22:49:14 +01:00
parent a53f711422
commit a2045f6d94
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23811,7 +23811,7 @@ (define-public emacs-refactor
(define-public emacs-flyspell-correct (define-public emacs-flyspell-correct
(package (package
(name "emacs-flyspell-correct") (name "emacs-flyspell-correct")
(version "0.5") (version "0.6.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -23820,21 +23820,21 @@ (define-public emacs-flyspell-correct
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1m5da6r82hk0c2x3lw03qnkk79sx67875afw0ybblj3cmfk6szd1"))))
"1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"))))
(build-system emacs-build-system) (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 (propagated-inputs
`(("emacs-helm" ,emacs-helm) `(("emacs-helm" ,emacs-helm)
("emacs-ivy" ,emacs-ivy) ("emacs-ivy" ,emacs-ivy)
("emacs-popup" ,emacs-popup))) ("emacs-popup" ,emacs-popup)))
(home-page (home-page "https://github.com/d12frosted/flyspell-correct")
"https://github.com/d12frosted/flyspell-correct") (synopsis "Correcting words with flyspell via custom interfaces")
(synopsis
"Correcting words with flyspell via custom interfaces")
(description (description
"This package provides functionality for correcting words via custom "This package provides functionality for correcting words via custom
interfaces. Several interfaces are supported beside the classic ido: popup, interfaces. Several interfaces are supported beside the classic Ido: Popup,
helm and ivy.") Helm and Ivy.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-emms (define-public emacs-org-emms