gnu: emacs-consult-notmuch: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.6.
This commit is contained in:
Nicolas Goaziou 2021-12-03 19:43:12 +01:00
parent 6557f17000
commit 85ed37c170
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8388,7 +8388,7 @@ (define-public emacs-consult
(define-public emacs-consult-notmuch
(package
(name "emacs-consult-notmuch")
(version "0.5")
(version "0.6")
(source
(origin
(method git-fetch)
@ -8397,7 +8397,7 @@ (define-public emacs-consult-notmuch
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "04ha4mysxvfz6yzbkgrl1mcwic1lwr1xx6gdy5rl6hn1wwnwam4p"))))
(base32 "07qbm5p4cfrrwyp8a5sw0wkdhnqbappz4xjlnjil2krhj9g39q78"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-consult" ,emacs-consult)