mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: emacs-ol-notmuch: Update to 2.0.2.
* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): Update to 2.0.2. Change-Id: Iacd6415c00234a72dc28c09d80d0af91acd91832
This commit is contained in:
parent
49be0806bf
commit
0124cc3cd7
1 changed files with 2 additions and 2 deletions
|
@ -9202,7 +9202,7 @@ (define-public emacs-ob-async
|
|||
(define-public emacs-ol-notmuch
|
||||
(package
|
||||
(name "emacs-ol-notmuch")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9211,7 +9211,7 @@ (define-public emacs-ol-notmuch
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1rlpl3kb709q5brkjrrpirdnhvyh447q93li9lgfz67yya29rfqd"))
|
||||
"1hqppr7z3b9wwlsh5ahv3n3snqll6ipdczk47g72bihzjvg9fxyn"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue