guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 59ad6bf23c6734e509114af4ef4c97e4ecffb530
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 11:39:42 2025 +0200
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
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b6382237d3..ceaf9e7777 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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