mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: emacs-notmuch-maildir: Update to 0.2.3.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.3. Change-Id: I44e9f4d45618ecfa932d722b1515ba48cd5783f9
This commit is contained in:
parent
9c24e74ff0
commit
07a4a10c28
1 changed files with 2 additions and 2 deletions
|
@ -31718,7 +31718,7 @@ (define-public emacs-notmuch-indicator
|
|||
(define-public emacs-notmuch-maildir
|
||||
(package
|
||||
(name "emacs-notmuch-maildir")
|
||||
(version "0.2.2")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -31727,7 +31727,7 @@ (define-public emacs-notmuch-maildir
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09f5g2xll2wh9jkd8crgngnbhxxkiy1rqsjg5g4c0i3hdyk4c3s5"))))
|
||||
(base32 "00b0jzb6k629bwnrci36wmi2s48cddqva3v8b0bwz2ik43ba8d0n"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat emacs-notmuch))
|
||||
|
|
Loading…
Reference in a new issue