mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-oauth2: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.16.
This commit is contained in:
parent
f08c7cb0c7
commit
10795c53f4
1 changed files with 2 additions and 2 deletions
|
@ -13857,14 +13857,14 @@ write applications that use WebSockets, and is not useful by itself.")
|
||||||
(define-public emacs-oauth2
|
(define-public emacs-oauth2
|
||||||
(package
|
(package
|
||||||
(name "emacs-oauth2")
|
(name "emacs-oauth2")
|
||||||
(version "0.15")
|
(version "0.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"oauth2-" version ".el"))
|
"oauth2-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ij17g6i8d4cyzc8v6sy2qglwhzd767331gavll6d507krdh3ca3"))))
|
(base32 "1rzly2nwjywrfgcmp8zidbmjl2ahyd8l8507lb1mxm4xqryvf316"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/oauth2.html")
|
(home-page "https://elpa.gnu.org/packages/oauth2.html")
|
||||||
(synopsis "OAuth 2.0 authorization protocol implementation")
|
(synopsis "OAuth 2.0 authorization protocol implementation")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue