~ruther/guix-local

59ad6bf23c6734e509114af4ef4c97e4ecffb530 — Nicolas Goaziou 5 months ago 618c02e
gnu: emacs-notmuch-addr: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-notmuch-addr): Update to 1.1.1.
[description]: Use full sentences.  Remove unnecessary information.

Change-Id: I347a419ed18b2d7eb0cd470278f682095a8c1a61
1 files changed, 6 insertions(+), 6 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +6 -6
@@ 36064,17 36064,17 @@ real search.")
(define-public emacs-notmuch-addr
  (package
    (name "emacs-notmuch-addr")
    (version "1.1.0")
    (version "1.1.1")
    (home-page "https://github.com/tarsius/notmuch-addr")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url home-page)
             (commit "7dde87a44b6576eb736cb6a3b69df6b9946c5ecc")))
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1xr78yw679swbl1bcwhk5k6qj1l9zr9nyl34ry2bpdryi370zkkp"))))
        (base32 "0z3445wnh0zjfwixzq0cqf0a0mzgpdgq6c5b6h6b4vfh9qwd5ra2"))))
    (build-system emacs-build-system)
    (arguments
     (list #:test-command


@@ 36082,9 36082,9 @@ real search.")
    (propagated-inputs (list emacs-compat emacs-notmuch))
    (synopsis "Improved address completion for Notmuch")
    (description
     "A simple alternative to @code{notmuch-address}.  It gives up on
persistent caching, external scripts, and backward compatibility.  It uses the
improved completion API offered by Emacs 27.1 and later.")
     "This package provides a simple alternative to @code{notmuch-address}.  In
particular, it gives up on persistent caching, external scripts, and backward
compatibility.")
    (license license:gpl3+)))

(define-public emacs-notmuch-indicator