gnu: emacs-consult-notmuch: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.5.master
parent
3965ab882d
commit
f2bfb14585
|
@ -8291,7 +8291,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.4")
|
(version "0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8300,7 +8300,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 "0x2lz2df1rjq3vdxvqqnxqxh257hq5iyx1w3yc85w7lmnb59gbvy"))))
|
(base32 "04ha4mysxvfz6yzbkgrl1mcwic1lwr1xx6gdy5rl6hn1wwnwam4p"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-consult" ,emacs-consult)
|
`(("emacs-consult" ,emacs-consult)
|
||||||
|
|
Reference in New Issue