mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-excorporate: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-excorporate): Update to 1.1.1.
This commit is contained in:
parent
721716e74d
commit
093eda46fb
1 changed files with 4 additions and 6 deletions
|
@ -31361,20 +31361,18 @@ (define-public emacs-fsm
|
|||
(define-public emacs-excorporate
|
||||
(package
|
||||
(name "emacs-excorporate")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"excorporate-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1il51gfgvkxjj7vdi5kdmzi87hl9853ck8s45p0cxrddlaiqbmwy"))))
|
||||
(base32 "06ilfkrlx6ca0qfqq3w1w07kdwak556i1wgf1875py2d5xkg4r90"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-fsm
|
||||
emacs-soap-client
|
||||
emacs-url-http-oauth
|
||||
emacs-url-http-ntlm))
|
||||
(list emacs-fsm emacs-soap-client emacs-url-http-ntlm
|
||||
emacs-url-http-oauth))
|
||||
(home-page "https://elpa.gnu.org/packages/excorporate.html")
|
||||
(synopsis "Exchange integration")
|
||||
(description "This package provides Exchange integration for Emacs.")
|
||||
|
|
Loading…
Reference in a new issue