gnu: emacs-consult-notmuch: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.7.
parent
8fc4cfd3ce
commit
bbbf76f84e
|
@ -8710,7 +8710,7 @@ replaced with the directory you choose.")
|
|||
(define-public emacs-consult-notmuch
|
||||
(package
|
||||
(name "emacs-consult-notmuch")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8719,7 +8719,7 @@ replaced with the directory you choose.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07qbm5p4cfrrwyp8a5sw0wkdhnqbappz4xjlnjil2krhj9g39q78"))))
|
||||
(base32 "0xzpkpf2sb89qkbqcrwddp4pgnzdjp40bc5da22jq9r4pf67y7qs"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-consult emacs-notmuch))
|
||||
|
|
Reference in New Issue