mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-notmuch-indicator: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-indicator): Update to 1.1.0. Change-Id: I1b748d4d63adca3080a9169e0d898a7c6ff0a321
This commit is contained in:
parent
dddd1d3557
commit
77b8f58ec0
1 changed files with 2 additions and 2 deletions
|
@ -30544,7 +30544,7 @@ (define-public emacs-helm-notmuch
|
|||
(define-public emacs-notmuch-indicator
|
||||
(package
|
||||
(name "emacs-notmuch-indicator")
|
||||
(version "1.0.1")
|
||||
(version "1.1.0")
|
||||
(home-page "https://git.sr.ht/~protesilaos/notmuch-indicator")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -30553,7 +30553,7 @@ (define-public emacs-notmuch-indicator
|
|||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n5k2ikk93mdwqqysf6l7gd8i6iazk8yvbqpf8xnz5zny248cc2x"))))
|
||||
"0k5csfrs8y1r6g7hs2y0961jpx0ih090kb6rkijljny2qhfj0573"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Display a mode line indicator with @code{notmuch-count} output")
|
||||
(description "This package renders an indicator with an email count of the
|
||||
|
|
Loading…
Reference in a new issue