gnu: emacs-excorporate: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-excorporate): Update to 1.1.0. [propagated-inputs]: Add EMACS-URL-HTTP-OAUTH.
This commit is contained in:
		
							parent
							
								
									f09ba7d255
								
							
						
					
					
						commit
						618d20ffc5
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -31201,17 +31201,20 @@ programming in Emacs Lisp easy and fun.")
 | 
			
		|||
(define-public emacs-excorporate
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-excorporate")
 | 
			
		||||
    (version "1.0.0")
 | 
			
		||||
    (version "1.1.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
			
		||||
                           "excorporate-" version ".tar"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1g0wc2kp15ra323b4rxvdh58q9c4h7m20grw6a0cs53m7l9xi62f"))))
 | 
			
		||||
        (base32 "1il51gfgvkxjj7vdi5kdmzi87hl9853ck8s45p0cxrddlaiqbmwy"))))
 | 
			
		||||
    (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-oauth
 | 
			
		||||
           emacs-url-http-ntlm))
 | 
			
		||||
    (home-page "https://elpa.gnu.org/packages/excorporate.html")
 | 
			
		||||
    (synopsis "Exchange integration")
 | 
			
		||||
    (description "This package provides Exchange integration for Emacs.")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue