me
/
guix
Archived
1
0
Fork 0

gnu: emacs-excorporate: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-excorporate): Update to 1.1.1.
master
Nicolas Goaziou 2023-06-10 20:48:47 +02:00
parent 721716e74d
commit 093eda46fb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 6 deletions

View File

@ -31361,20 +31361,18 @@ programming in Emacs Lisp easy and fun.")
(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.")