gnu: emacs-excorporate: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-excorporate): Update to 1.1.2. Change-Id: I04887ff21214f20259f2d7cf9ffdf182604e72e7
This commit is contained in:
parent
5961213c72
commit
0ffd08fde7
1 changed files with 5 additions and 3 deletions
|
@ -33039,17 +33039,19 @@ programming in Emacs Lisp easy and fun.")
|
|||
(define-public emacs-excorporate
|
||||
(package
|
||||
(name "emacs-excorporate")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"excorporate-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "06ilfkrlx6ca0qfqq3w1w07kdwak556i1wgf1875py2d5xkg4r90"))))
|
||||
(base32 "11w53idm7m20jhmwnj9wiqiv6fzydjrgy2s3mp36barlj3xq0l0z"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-fsm emacs-soap-client 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")
|
||||
|
|
Reference in a new issue