mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-mu4e-conversation: Update to 20181126.
* gnu/packages/emacs.scm (emacs-mu4e-conversation): Update to 20181126.
This commit is contained in:
parent
adfb167f12
commit
8757209ec5
1 changed files with 3 additions and 3 deletions
|
@ -11918,10 +11918,10 @@ file.")
|
||||||
(deprecated-package "emacs-wgrep-helm" emacs-wgrep))
|
(deprecated-package "emacs-wgrep-helm" emacs-wgrep))
|
||||||
|
|
||||||
(define-public emacs-mu4e-conversation
|
(define-public emacs-mu4e-conversation
|
||||||
(let ((commit "54368a009474276247bdf39683e25ea68ae1f943"))
|
(let ((commit "e7d4bfcb0d392b0aed1f705ccac2419a168d1f5e"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-mu4e-conversation")
|
(name "emacs-mu4e-conversation")
|
||||||
(version (git-version "20181105" "3" commit))
|
(version (git-version "20181126" "4" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11932,7 +11932,7 @@ file.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zqnp1d3cxyvzsd76d5iw40lkif19k9svlbhqy6dvqiaqm0jbd15"))))
|
"0b52hf9rm2afba9pvgink9bwqm705sk0y5qikp0ff5sk53wqvy29"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("mu" ,mu)))
|
`(("mu" ,mu)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue