guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-flyspell-correct: Update to 0.6.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-flyspell-correct: Update to 0.6.1.
Date: Sun, 07 Feb 2021 16:50:21 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a2045f6  gnu: emacs-flyspell-correct: Update to 0.6.1.
a2045f6 is described below

commit a2045f6d94707dfa3b863a73e6cb9d2ae27a7fc0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 7 22:49:14 2021 +0100

    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.
---
 gnu/packages/emacs-xyz.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f4373a0..442c686 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23811,7 +23811,7 @@ a variety of languages, including elisp itself.")
 (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 @@ a variety of languages, including elisp itself.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]