mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-consult-notmuch: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.5.
This commit is contained in:
parent
3965ab882d
commit
f2bfb14585
1 changed files with 2 additions and 2 deletions
|
@ -8291,7 +8291,7 @@ (define-public emacs-consult
|
|||
(define-public emacs-consult-notmuch
|
||||
(package
|
||||
(name "emacs-consult-notmuch")
|
||||
(version "0.4")
|
||||
(version "0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8300,7 +8300,7 @@ (define-public emacs-consult-notmuch
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0x2lz2df1rjq3vdxvqqnxqxh257hq5iyx1w3yc85w7lmnb59gbvy"))))
|
||||
(base32 "04ha4mysxvfz6yzbkgrl1mcwic1lwr1xx6gdy5rl6hn1wwnwam4p"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-consult" ,emacs-consult)
|
||||
|
|
Loading…
Reference in a new issue