mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: emacs-consult-notmuch: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.8.1.
This commit is contained in:
parent
69dade5bbf
commit
1102b5de69
1 changed files with 2 additions and 2 deletions
|
@ -10228,7 +10228,7 @@ (define-public emacs-consult-dir
|
|||
(define-public emacs-consult-notmuch
|
||||
(package
|
||||
(name "emacs-consult-notmuch")
|
||||
(version "0.8")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10237,7 +10237,7 @@ (define-public emacs-consult-notmuch
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18r47cj89qli534irah3lwwzsnik5bcf61clnrkhafqv9y51m67z"))))
|
||||
(base32 "0gcd69i99prnskh1na7clydqgh1y9rbzkdc6dy9zmin9hfdrw1yd"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-consult emacs-notmuch))
|
||||
|
|
Loading…
Reference in a new issue