gnu: emacs-notmuch-indicator: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-indicator): Update to 1.2.0. Change-Id: Ib14d3b9bc8b2a70821677ddbd8c04ac439f5bc77master
parent
475dffc772
commit
0089adc1eb
|
@ -31575,7 +31575,7 @@ real search.")
|
||||||
(define-public emacs-notmuch-indicator
|
(define-public emacs-notmuch-indicator
|
||||||
(package
|
(package
|
||||||
(name "emacs-notmuch-indicator")
|
(name "emacs-notmuch-indicator")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(home-page "https://git.sr.ht/~protesilaos/notmuch-indicator")
|
(home-page "https://git.sr.ht/~protesilaos/notmuch-indicator")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -31584,7 +31584,7 @@ real search.")
|
||||||
".tar"))
|
".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k5csfrs8y1r6g7hs2y0961jpx0ih090kb6rkijljny2qhfj0573"))))
|
"1n525slxs0l5nbila1sy62fz384yz7f54nrq1ixdlq0j3czgh9kz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(synopsis "Display a mode line indicator with @code{notmuch-count} output")
|
(synopsis "Display a mode line indicator with @code{notmuch-count} output")
|
||||||
(description "This package renders an indicator with an email count of the
|
(description "This package renders an indicator with an email count of the
|
||||||
|
|
Reference in New Issue