mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add emacs-url-http-oauth.
* gnu/packages/emacs-xyz.scm (emacs-url-http-oauth): New variable.
This commit is contained in:
parent
5f1e1ebb0b
commit
f09ba7d255
1 changed files with 19 additions and 0 deletions
|
@ -31125,6 +31125,25 @@ (define-public emacs-nadvice
|
||||||
advice system without dropping support for Emacs<24.4.")
|
advice system without dropping support for Emacs<24.4.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-url-http-oauth
|
||||||
|
(package
|
||||||
|
(name "emacs-url-http-oauth")
|
||||||
|
(version "0.8.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://elpa.gnu.org/packages/url-http-oauth-" version
|
||||||
|
".tar"))
|
||||||
|
(sha256 (base32
|
||||||
|
"1vcbx8rpzvx4v4g7iyja6kpsqidaiy2xzj7glrwwzhppkbp0xkvy"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://elpa.gnu.org/packages/url-http-oauth.html")
|
||||||
|
(synopsis "OAuth 2.0 for URL library")
|
||||||
|
(description
|
||||||
|
"Url HTTP Oauth adds OAuth 2.0 support to Emacs's URL library.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-url-http-ntlm
|
(define-public emacs-url-http-ntlm
|
||||||
(package
|
(package
|
||||||
(name "emacs-url-http-ntlm")
|
(name "emacs-url-http-ntlm")
|
||||||
|
|
Loading…
Reference in a new issue