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

* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.4.
This commit is contained in:
Nicolas Goaziou 2021-08-16 10:34:37 +02:00
parent d2c1bf6b9a
commit 020a67489c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -8289,7 +8289,7 @@ list of candidates.")
(define-public emacs-consult-notmuch (define-public emacs-consult-notmuch
(package (package
(name "emacs-consult-notmuch") (name "emacs-consult-notmuch")
(version "0.3") (version "0.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8298,7 +8298,7 @@ list of candidates.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "19flyh3v1xm2zswzjkvjbijvpbq5r8isafza4fd0yicvqbjyklhx")))) (base32 "0x2lz2df1rjq3vdxvqqnxqxh257hq5iyx1w3yc85w7lmnb59gbvy"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-consult" ,emacs-consult) `(("emacs-consult" ,emacs-consult)