mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-oauth2: Update to 0.15.
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.15.
This commit is contained in:
parent
ef428680ed
commit
891a1579ce
1 changed files with 2 additions and 2 deletions
|
@ -12508,14 +12508,14 @@ (define-public emacs-websocket
|
|||
(define-public emacs-oauth2
|
||||
(package
|
||||
(name "emacs-oauth2")
|
||||
(version "0.13")
|
||||
(version "0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"oauth2-" version ".el"))
|
||||
(sha256
|
||||
(base32 "0y5nbdwxz2hfr09xgsqgyv60vgx0rsaisibcpkz00klvgg26w33r"))))
|
||||
(base32 "0ij17g6i8d4cyzc8v6sy2qglwhzd767331gavll6d507krdh3ca3"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/oauth2.html")
|
||||
(synopsis "OAuth 2.0 authorization protocol implementation")
|
||||
|
|
Loading…
Reference in a new issue